You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Brawner, Jerry J" <Je...@SW.Boeing.com> on 2001/07/12 15:17:34 UTC

Error when starting Tomcat

I'm having the following errors print to the screen when I start Tomcat.
Any suggestions?

Thanks,


Starting tomcat. Check logs/tomcat.log for error messages 

/usr/lib/dld.sl: Unresolved symbol: dlclose (code)  from
/home/brawnerj/usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: dlopen (code)  from
/home/brawnerj/usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: dlerror (code)  from
/home/brawnerj/usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: dlsym (code)  from
/home/brawnerj/usr/local/apache/libexec/mod_jk.so




Re: Error when starting Tomcat

Posted by Adam Fowler <af...@aber.ac.uk>.
Hi,

Either you have a bad line in one of your config files (httpd.conf / 
mod_jk.conf) or your mod_jk.so is hosed! 

Take a look through your files and if that doesn't help rebuild the mod_jk 
(use the given makefiles!)

Adam.

On Thursday 12 July 2001 13:17, you wrote:
> I'm having the following errors print to the screen when I start Tomcat.
> Any suggestions?
>
> Thanks,
>
>
> Starting tomcat. Check logs/tomcat.log for error messages
>
> /usr/lib/dld.sl: Unresolved symbol: dlclose (code)  from
> /home/brawnerj/usr/local/apache/libexec/mod_jk.so
> /usr/lib/dld.sl: Unresolved symbol: dlopen (code)  from
> /home/brawnerj/usr/local/apache/libexec/mod_jk.so
> /usr/lib/dld.sl: Unresolved symbol: dlerror (code)  from
> /home/brawnerj/usr/local/apache/libexec/mod_jk.so
> /usr/lib/dld.sl: Unresolved symbol: dlsym (code)  from
> /home/brawnerj/usr/local/apache/libexec/mod_jk.so