Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 50336 invoked from network); 2 Apr 2004 14:43:05 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Apr 2004 14:43:05 -0000 Received: (qmail 53046 invoked by uid 500); 2 Apr 2004 14:42:53 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 52998 invoked by uid 500); 2 Apr 2004 14:42:53 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 52979 invoked from network); 2 Apr 2004 14:42:52 -0000 Received: from unknown (HELO smarthost4.mail.uk.easynet.net) (212.135.6.14) by daedalus.apache.org with SMTP; 2 Apr 2004 14:42:52 -0000 Received: from [82.109.31.35] (helo=RANDALL) by smarthost4.mail.uk.easynet.net with esmtp (Exim 4.10) id 1B9Psj-000Gbt-00 for tomcat-dev@jakarta.apache.org; Fri, 02 Apr 2004 15:42:53 +0100 Message-ID: <3F9B966BC94FD21192F600A0C9E04F69C1454E@otto.ideagen.co.uk> From: Adam Fowler To: 'Tomcat Developers List' Date: Fri, 2 Apr 2004 15:42:44 +0100 Subject: RE: compiling mod_jk 2.0.4 on macos X (10.2) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Marco, It sounds like the configure script is telling Make (*simplification*) to only build static files (.la), which is bizarre. Try running configure with the following option to force it to build the shared (.so) libraries: ./configure --enable-shared=yes ... *plus other options as usual* Then do: make clean make as usual. Hope that helps, Adam. -----Original Message----- From: Marco Baringer [mailto:mb@bese.it] Sent: 02 April 2004 15:03 To: tomcat-dev@jakarta.apache.org Subject: compiling mod_jk 2.0.4 on macos X (10.2) i'm trying to compile mod_jk (just the apache side, not the tomcat side). I downloaded jakarta-tomcat-connectors-jk2-2.0.4-src. apr-0.9.4 and apr-util-0.9.4 and was able to successfully run configure (i'm building against apache 1.3). however trying to do make results in an error about build/jk2/apache13/mod_jk2.so not existing (it doesn't). i have all the .o files and i have mod_jk2.a and mod_jk2.la, why isn't the .so file being built? Attempts to build against apache2 result in configure errors about libapr not being found. -- Marco Ring the bells that still can ring. Forget the perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org _________________________________________________________ This email and any files attached is intended for the addressee only and may contain information that is confidential and/or legally privileged. Unauthorised use is strictly prohibited and may be unlawful. If you are not the addressee, you should not read, copy, disclose or otherwise use this message, including any attachment, except for the purpose of delivery to the addressee. We make every effort to keep our network free from viruses. However, you do need to verify this e-mail and any attachments to it to be virus free as we can take no responsibility for any computer virus which might be transferred by way of this e-mail. Scanning of this message and addition of this footer is performed by SurfControl E-mail Filter software in conjunction with virus detection software. ________________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org