You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ngu Nguyen <ng...@anomalyinc.com> on 2001/04/20 18:49:37 UTC

mod_jk doesn't compile

Hi,

 I am trying to build mod_jk with the following command:

 /usr/local/apache/bin/apxs -o
mod_jk.so -I../jk -I/usr/local/jdk1.3.0_02/include -I/usr/local/jdk1.3.0_02/
 include/linux -c *.c ../jk/*.c

 but I get the following error messages:


gcc -DLINUX=22 -DMOD_SSL=208102 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I../lib/ex

pat-lite -fpic -DSHARED_MODULE -I/usr/local/apache/include -I../jk -I/usr/lo
 cal/jdk1.3.0_02/include -I/usr/local/jdk1.3.0_02/include/linux  -c *.c
 gcc: *.c: No such file or directory
 gcc: No input files
 apxs:Break: Command failed with rc=1

 Does anyone know what that means??  In the build it points at "../jk", I
 donot have that directory.  Could anyone tell me where to find that "jk:
 directory.

 Thanks,

 Ngu