Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 86307 invoked by uid 500); 25 Sep 2001 10:01:49 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 86295 invoked from network); 25 Sep 2001 10:01:49 -0000 Date: Tue, 25 Sep 2001 11:01:47 0100 From: "Janek Bogucki" Subject: RE: mod_webapp.so: ltconfig --version To: tomcat-user@jakarta.apache.org Cc: Message-Id: <1001412110.10281.32624@www.purpleturtle.com> MIME-Version: 1.0 Content-type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi shine, The cause of the error appears to be an invalid version returned from ltconfig. You'll find that script at webapp/apr/build/ltconfig Run the script like this to test it's not corrupted $ ./ltconfig --version ltconfig (GNU libtool) 1.3.5 (1.385.2.206 2000/05/27 11:12:27) Have a look inside ltconfig with an editor and search for the string VERSION=1.3.5. What do you see? hth, yan From: shine Subject: mod_webapp.so Date: Mon, 24 Sep 2001 11:22:06 -0700 Hello i am trying to integrate apache 1.3.20 with tomcat 4.0 final i get this error message when i compile form webapp. i used command like this ./configure --with-apxs=/usr/local/apache/bin/apxs it worked fine but make does not work. here is the output make[4]: Entering directory `/usr/local/src/webapp/apr/strings' /bin/sh /usr/local/src/webapp/apr/libtool --silent --mode=compile gcc -DHAVE_ CONFIG_H -DLINUX=2 -D_REENTRANT -I../include -I../include/arch/unix -c apr_cp ystrn.c && touch apr_cpystrn.lo libtool: ltconfig version `' does not match ltmain.sh version `1.3.5' Fatal configuration error. See the libtool docs for more information. make[4]: *** [apr_cpystrn.lo] Error 1 make[4]: Leaving directory `/usr/local/src/webapp/apr/strings' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/webapp/apr/strings' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/webapp/apr' make[1]: Exiting directory "/usr/local/src/webapp/apr" make[1]: *** [template] Error 2 make[1]: Leaving directory `/usr/local/src/webapp' make: *** [apr-build] Error 2 Thank you for all your time. - This email has been sent using TurtleMail - Get your free email address from www.purpleturtle.com now!