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
