I am trying to build mod_webapp for apache 2.0.35 and Tomcat 4.0.3 I followed the instructions in the README file, and all was fine until I issued make. Then I got the following error. Can someone please tell me what is wrong.
... make[1]: Entering directory "apache-2.0" make[1]: Invoking "make build" make[2]: Entering directory `/opt/webapp/jakarta-tomcat-connectors/webapp/apache-2.0' Compiling and Linking Apache 2.0 WebApp Module /opt/apache2*/bin/apxs -I../include -c -L ../lib -lwebapp mod_webapp.c /opt/apache2.0.35/build/libtool --silent --mode=compile c -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_RE ENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -O2 -pthread -I/ opt/apache2.0.35/include -I../incl ude -c -o mod_webapp.lo mod_webapp.c && touch mod_webapp.slo mod_webapp.c: In function `wam_invoke': mod_webapp.c:482: warning: initialization discards qualifiers from pointer target type /opt/apache2.0.35/build/libtool --silent --mode=link gcc -o mod_webapp.la -rpath /opt/apache2.0.35/modules -mo dule -avoid-version -I../include -L../lib -lwebapp mod_webapp.lo *** Warning: This library needs some functionality provided by -lwebapp. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: libtool could not satisfy all declared inter-library *** dependencies of module mod_webapp. Therefore, libtool will create *** a static module, that should work as long as the dlopening *** application is linked with the -dlopen flag. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>