Greetings ... I have installed tomcat 3.3 in Solaris 8 sparc with apache 1.3.22. Tomcat able to run and mod_jk.so has been compiled from source and place in the directory /usr/local/apache/libexec/mod_jk.so
But when i tried to start mod_jk with apache i got this message. I have tried google but no luck still. Thanks # /usr/local/apache/bin/apachectl configtest Syntax error on line 4 of /usr/local/jakarta-tomcat-3.3/conf/auto/mod_jk.conf: Cannot load /usr/local/apache/libexec/mod_jk.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/mod_jk.so: symbol ap_table_get: referenced symbol not found entry for mod_jk.conf ########## Auto generated on Sat Dec 15 22:24:08 GMT+08:00 2001########## <IfModule !mod_jk.c> LoadModule jk_module libexec/mod_jk.so </IfModule> JkWorkersFile "/usr/local/jakarta-tomcat-3.3/conf/jk/workers.properties" JkLogFile "/usr/local/jakarta-tomcat-3.3/logs/mod_jk.log" JkLogLevel emerg JkMount /admin ajp13 JkMount /admin/* ajp13 JkMount /examples ajp13 JkMount /examples/* ajp13 Regards, Edy Lie
