Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 33791 invoked by uid 500); 31 May 2002 14:55:05 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 33780 invoked from network); 31 May 2002 14:55:04 -0000 Received: from ns0b.swx.com (146.109.240.235) by daedalus.apache.org with SMTP; 31 May 2002 14:55:04 -0000 Received: from gate0b.unix.swx.ch (gate0b [192.168.252.145]) by ns0b.swx.com (8.9.3+Sun/8.9.3) with ESMTP id QAA10791 for ; Fri, 31 May 2002 16:55:05 +0200 (MEST) Received: from SOMEXEVS001.ex.ordersx.org (localhost [127.0.0.1]) by gate0b.unix.swx.ch (8.9.3+Sun/8.9.3) with ESMTP id QAA05994 for ; Fri, 31 May 2002 16:55:05 +0200 (MEST) Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Starting apache and httpd.conf problem X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Fri, 31 May 2002 16:55:04 +0200 Message-ID: <14D1193E30E0894D8A773957C0AEE24AAA911C@SOMEXEVS001.ex.ordersx.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Starting apache and httpd.conf problem Thread-Index: AcIIsUVM4l6yXQFuRg+/bV7MCHAgSAAAZfSQ From: "Boyle Owen" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N try setting LD_LIBRARY_PATH to include /usr/local/lib if you installed = libapr there... >-----Original Message----- >From: farshid.dabesh-khoy@bt.com [mailto:farshid.dabesh-khoy@bt.com] >Sent: Freitag, 31. Mai 2002 16:41 >To: users@httpd.apache.org >Subject: RE: Starting apache and httpd.conf problem > > >Owen,=20 > >Thank your for the advice, I have just tried exactly what you=20 >had mentioned >and I am still getting the same error. > >I'm starting to wonder if it is anything to do with Solaris???=20 >Also do I >need to make any changes to my PATH or CLASSPATH according to where the >mod_webapp.so file exists? > >This is very puzzling, and since the error message contains=20 >"sparc" I am >guessing it may be something to do with Sparc Solaris. > >Regards > >Farshid > > >-----Original Message----- >From: Boyle Owen [mailto:Owen.Boyle@swx.com] >Sent: 31 May 2002 12:11 >To: users >Subject: RE: Starting apache and httpd.conf problem > > >>I am having trouble with getting my apache installation to=20 >>load DSO modules >>(.so files). >> >>I have compiled web_app to link apache to tomcat and I have=20 >>copied over the >>created mod_webapp.so file into the modules folder of apache.=20 >>... >>Syntax error on line 217 of=20 >>/export/home/farshidd/apache/conf/httpd.conf: >>Cannot load /export/home/farshidd/apache/modules/mod_webapp.so=20 >>into server: >>ld.s.o.1: /export/home/farshidd/apache/bin/httpd: fatal:=20 >>relocation error: >>file /export/home/farshidd/apache/modules/mod_webapp.so: symbol >>apr_atomic_add_sparc: referenced symbol not found > >Astonshingly, I have been doing the very same thing this week... > >I think you have missed compiling the Apache Portable Runtime=20 >library. What >I did was: > >- go to apr.apache.org and get the latest apr snapshot (it=20 >seems they do not >have a "release" system) >- unpack it in /tmp, then build it using: > ./buildconf > ./configure > make > > Note that you need libtool to use buildconf - you can=20 >get this from >www.gnu.org.. > >- now when you compile webapp, you should say: > > ./configure --with-apxs --with-apr=3D/tmp/apr > > and it will pick up the libraries when building. As far as I >understand, the APR libs are compiled into webapp.so so you=20 >don't need to >keep APR.. > >Rgds, > >Owen boyle > >--------------------------------------------------------------------- >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >For additional commands, e-mail: users-help@httpd.apache.org > >--------------------------------------------------------------------- >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >For additional commands, e-mail: users-help@httpd.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org