Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 15999 invoked from network); 22 Jan 2002 17:37:13 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 22 Jan 2002 17:37:13 -0000 Received: (qmail 9940 invoked by uid 97); 22 Jan 2002 17:36:56 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 9901 invoked by uid 97); 22 Jan 2002 17:36:55 -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 9890 invoked from network); 22 Jan 2002 17:36:55 -0000 Sender: jfclere@vtxrm2.bcn.fsc.net Message-ID: <3C4DA3CB.D48529F5@fujitsu-siemens.com> Date: Tue, 22 Jan 2002 18:39:23 +0100 From: jean-frederic clere Reply-To: jfrederic.clere@fujitsu-siemens.com X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.7 i686) X-Accept-Language: en, fr, de MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: failure loading webapp-module (tomcat 4.0.1) into apache (1.3.9) References: <001601c1a355$61099490$25461c86@sts.tuharburg.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Gunther Bachmann wrote: > > running "bin/apachectl configtest" i get the error > "Syntax error on line 224 of > /users/sts/stud/gu.bachmann/apache/conf/httpd.conf: > Cannot load /users/sts/stud/gu.bachmann/apache/libexec/mod_webapp.so into > server: ld.so.1: /users/sts/stud/gu.bachmann/apache/bin/httpd: fatal: > relocation error: file > /users/sts/stud/gu.bachmann/apache/libexec/mod_webapp.so: symbol __moddi3: > referenced symbol not found" > (line 224 is the LoadModule directive) > (apache is installed in "/users/sts/stud/gu.bachmann/apache") > > host system: solaris 2.6 > apache-version: 1.3.9 > webapp module-version: 1.0.1 > gcc-version: 2.8.1 > autoconf-version: 2.52 > libtool-version: 1.4.2 > > building the webapp module (source) works fine [./support/buildconf.sh, > ./configure --with-apxs=..., make] > building the apache (source) works fine. > after copying the mod_webapp.so into libexec and adding the lines > "LoadModule webapp_module libexec/mod_webapp.so" > "AddModule mod_webapp.c" > into the httpd.conf, i run into the error mentioned above > > if you know about anything that might help me to make the whole thing work, > let me know. I think that the problem you have is due to the fact you are mixing gcc and cc... Probably the apache-1.3.9 has be compiled using the native (Sun compiler). You cannot mix these things. I also suggest that you should try with newer versions ;-) > kind regards ... > gunther bachmann > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: