You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by shine <to...@home.com> on 2001/09/24 20:22:06 UTC

mod_webapp.so

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.