Hello,
I am trying to load the mod_jk.conf file that is generated by my Tomcat 4.1.29 installation on Solaris 8
When starting Apache 1.3.27 I get the following error.
Cannot load /opt/applocal/imt/webi/modules/mod_jk.so into server: ld.so.1: /opt/applocal/imt/webi/bin/httpd: fatal: relocation error: file /opt/applocal/imt/webi/modules/mod_jk.so: symbol dir_module: referenced symbol not found
./apachectl start: httpd could not be started
Any suggestions on why I am getting this would be great.
Note: I did not have any problem when doing this with Apache 2.0.48
Thanks
-Terry
Here is the mod_jk.conf file
########## Auto generated on Fri May 14 11:00:17 EDT 2004##########
<IfModule !mod_jk.c>
LoadModule jk_module /opt/applocal/imt/webi/modules/mod_jk.so
</IfModule>
JkWorkersFile "/package0/applocal/imt/webi/jakarta-tomcat-4.1.29/conf/jk/workers.propert
ies"
JkLogFile "/package0/applocal/imt/webi/jakarta-tomcat-4.1.29/logs/mod_jk.log"
JkLogLevel emerg
<VirtualHost tcdapp01>
ServerName tcdapp01
#################### tcdapp01:/examples ####################
# Static files
Alias /examples "/package0/applocal/imt/webi/jakarta-tomcat-4.1.29/webapps/examples"
<Directory "/package0/applocal/imt/webi/jakarta-tomcat-4.1.29/webapps/examples">
Options Indexes FollowSymLinks
DirectoryIndex index.html index.htm index.jsp
</Directory>
# Deny direct access to WEB-INF and META-INF
#
<Location "/examples/WEB-INF/*">
AllowOverride None
deny from all
</Location>
<Location "/examples/META-INF/*">
AllowOverride None
deny from all
</Location>
JkMount /examples/jsp/security/protected/j_security_check ajp13
JkMount /examples/snoop ajp13
JkMount /examples/servlet/* ajp13
JkMount /examples/CompressionTest ajp13
JkMount /examples/*.jsp ajp13
JkMount /examples/servletToJsp ajp13
JkMount /examples/SendMailServlet ajp13
</VirtualHost>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
