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
