You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rolf Ochsenbein <re...@rosa.com> on 2001/09/24 15:47:06 UTC

is there a mod_webapp for glibc-2.1.x?

Hi there
I was looking for mod_webapp fro glibc-2.1.x and didn't find it in the 
bin/ folder of tomcat-4.0. So I tried to compile it myself.

./configure --with-apxs=/usr/local/apache/bin/apxs gave me the following:

...
 APR configure: checking for sys/syslimits.h... (cached) yes
...

Finishing up
checking for APR compilation flags... ok
checking for Makefile targets... /usr/bin/test: too many arguments
/usr/bin/test: too many arguments
lib apr apache-1.3
updating cache ./config.cache
creating ./config.status
creating ./Makefile
creating ./Makedefs
creating ./lib/Makefile
creating ./java/Constants.java
creating ./apache-1.3/Makefile
 
All done. Now you can issue "make". Good luck.


And 'make' ended up like this:

[root@redrocket webapp-module-1.0-tc40]# make
make[1]: Entering directory `/usr/local/src/webapp-module-1.0-tc40'
 
make[1]: Entering directory "lib"
make[1]: Invoking "make  build"
make[2]: Entering directory `/usr/local/src/webapp-module-1.0-tc40/lib'
make[2]: Generating "pr_warp_defs.h"
/usr/local/bin/gcc -g -O2  -g -O2 -DLINUX=2 -D_REENTRANT  
-I/usr/local/src/webapp-module-1.0-tc40/apr/include 
-I/usr/local/src/webapp-module-1.0-tc40/include -c "wa_main.c" -o 
"wa_main.o"
In file included from 
/usr/local/src/webapp-module-1.0-tc40/apr/include/apr_general.h:61,
                 from 
/usr/local/src/webapp-module-1.0-tc40/include/wa.h:77,
                 from wa_main.c:59:
/usr/local/src/webapp-module-1.0-tc40/apr/include/apr.h:292:27: 
sys/syslimits.h: Datei oder Verzeichnis nicht gefunden
make[2]: *** [wa_main.o] Error 1
make[2]: Leaving directory `/usr/local/src/webapp-module-1.0-tc40/lib'
make[1]: Exiting directory "lib"
make[1]: *** [template] Error 2
make[1]: Leaving directory `/usr/local/src/webapp-module-1.0-tc40'
make: *** [lib-build] Error 2

What could be wrong?
Thank you for your help
Red