[EMAIL PROTECTED] schrieb:
> Yes, it is set to something like
> LD_LIBRARY_PATH=/opt/app/libtcnative/lib:/opt/app/apr/lib:$LD_LIBRARY_PATH
> 
> 
> The files are all world readable and even owned by the user running
> Tomcat.
> 
> I just want to mention that I compiled both libs with another prefix
> than where I have copied them to now - because those directories
> don't exist on the build machine and I don't have root permissions.
> But that shouldn't matter since I include the locations of the libs
> in the LD_LIBRARY_PATH?
> 
> Is it not possible to get Tomcat to log some more details about
> loading these libs? Could be interesting to see some
> UnsatisfiedLinkError or so.

On Solaris you can use truss:

truss -f -o OUTPUTFILE TOMCATSTARTSCRIPT

It will e.g. show, which shared object files were tried to load and from
which places.

Regards,

Rainer

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to