I am having trouble getting mod_jk.so working in Apache 1.3 on my Linux box.
If I include the instruction
LoadModule jk_module libexec/mod_jk.so
in my httpd.conf file, Apache reports
# ./bin/apachectl configtest
Syntax error on line 991 of /usr/local/apache/conf/httpd.conf:
API module structure `jk_module' in file /usr/local/apache/libexec/mod_jk.so is
garbled - perhaps this is not an Apache module DSO?
I have tried recompiling the library from the source, and I get a different
file length for mod_jk.so (88757) but no change in the behaviour.
I also tried using mod_jk.conf-auto, but it contains the same LoadModule
instruction and gives the same error.
Tomcat 3.2-b8 is otherwise working fine stand-alone.
Graham