You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Erik Hellman <Er...@bth.se> on 2001/05/04 11:05:31 UTC

connectors problem in tomcat4b (latest nightly build)

Downloaded latest tomcat 4 beta. Installed it successfully.

Trying to compile everything in the connectors directory (like
mod_webapp.so). I get this error when running make:

Compiling sources in lib...
make[1]: Entering directory
`/usr/java/jakarta/jakarta-tomcat-4.0/connectors/lib'
- Compiling wa_main.c
In file included from wa_main.c:59:
/usr/java/jakarta/jakarta-tomcat-4.0/connectors/include/wa.h:71:22:
apr_main.h: No such file or directory
In file included from wa_main.c:59:
/usr/java/jakarta/jakarta-tomcat-4.0/connectors/include/wa.h:85:24:
wa_general.h: No such file or directory
make[1]: *** [wa_main.o] Error 1
make[1]: Leaving directory
`/usr/java/jakarta/jakarta-tomcat-4.0/connectors/lib'
make: *** [all] Error 2

Guess there is a misspelling, it should be apr_general.h and wa_main.h
instead. Ok, that works better (should I report that as a bug or?).

Now what? How do i use that little lib i got in apache2?

thanks,
Erik