On Fri, May 14, 2004 at 12:21:27PM -0400, Wehner, Terry wrote:
> 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.

Perhaps it is because you don't have mod_dir loaded? If you have a line
to load mod_dir, move it above the line that loads mod_jk. If you don't
have such a line, add one.

If you've compiled apache yourself you will also need to make sure you
actually included mod_dir.

G
-- 
Premature optimization is the root of all evil.
        -- Tony Hoare

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to