You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Posey, Dan" <Da...@per-se.com> on 2001/05/18 01:32:44 UTC

mod_jk compile

I have compiled mod_jk on RedHat 6.1.  I used this command:

./apxs -o mod_jk.so -I../jk -I/usr/local/jdk/include
-I/usr/local/jdk/include/linux -c *.c ../jk/*.c

with the exception that I had to remove the *.c afer the ../linux -c. I
would not work other wise. I copied the mod_jk into the apache libexec
directory.  But when I try to start apache I get:

Syntax error on line 8 of  .../mod_jk.conf-auto:
Can't locate API module structure 'jk_module' in file
../mod_jk.so:../mod_jk.so: undefined symbol: jk_module

Thanks for any help!
Dan