Peter, I'm no expert, but just a few basic questions/observations:
1) Do you have mod_so enabled? Check by running httpd -l 2) Do you have mod_jk.so in the libexec directory? Sorry if these are *very* basic suggestions. If it isn't one of those issues, I'm not sure offhand. Duane On Monday, May 20, 2002, at 01:01 PM, Peter Choe wrote: > i am trying to get mod_jk working on a Solaris 8 intel box. i have > installed apache1.3.24 from sources and i have tomcat4.0.x from > binaries. > > i compiled mod_jk using the script provided and everything seemed to > work. but when i put: > > LoadModule jk_module libexec/mod_jk.so > > in to the httpd.conf file i get the following error: > > bash-2.03# /usr/local/apache/bin/apachectl start > Syntax error on line 205 of /usr/local/apache/conf/httpd.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 > /usr/local/apache/bin/apachectl start: httpd could not be started > > if i leave out the LoadModule jk_module libexec/mod_jk.so > > apache starts, but it doesn't connect to tomcat. > > how can i correct this error? > > > -- > To unsubscribe, e-mail: <mailto:tomcat-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:tomcat-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
