hi. I've been trying to build mod_webapp for Apache2/Tomcat4 (on a Red Hat Linux 7.1) with little success.
I've used the source files from both http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/src/ <http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/src/ > and cvs.apache.org:/home/cvspublic, make gives me two warnings; i don't have "-lwebapp" (and i can't seem to find it anywhere) and libtool could not satisfy all declared inter-library dependancies (which i suspect has a lot to do with the first warning). I end up with mod_webapp.lo, mod_webapp.o, mod_webapp.slo (0 bytes) and mod_webapp.la files but no mod_webapp.so. I've also tried building a new apr (also from cvs.apache.org:/home/cvspublic) and using all the apr options for configure (which i think get ignored when you're compiling for Apache2 anyway). Both Tomcat and Apache work fine stand alone (Apache has mod_so). Anyone have any idea what i could try next? Any help is much appreciated. Thanks fat_pat ps. a few other notes if anyones interested or wants to try themselves. when I built the apr and ran configure with the apr options it looked for the APRVARS file in the apr/lib directory, didn't find them, and gave me an error, so I copied them in (from apr/) and got rid of that error. when I used the source from cvs.apache.org:/home/cvspublic make gave me the following error: WarpConnector.java:456: cannot resolve symbol symbol : method findLifecycleListeners() location : class org.apache.catalina.util.LifecycleSupport return lifecycle.findLifecycleListeners() I checked the source and found that the older version (from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/src/) didn't have that method, if I comment it out the error goes away although it probably breaks the resulting warp.jar, but that's ok cause I don't have a mod_webapp.so :| -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
