"johngbud" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Tomcat users:
>
> I installed  APR and Tomcat  native library and placed in LD_LIBRARY_PATH 
> before starting Tomcat 5.5.15 'startup.sh'.
> The logs keep showing this message:
>
> INFO: The Apache Tomcat native library which allows optimal  performance 
> in production environments was not found on
> java.library.path:
>
> APR library installed in /usr/local/apr/lib and included in 
> LD_LIBRARY_PATH.
>

I'm guessing that the OpenSSL .so files are in a non-standard place (e.g. 
/usr/local/ssl/lib), so ld isn't finding them.

However, if you don't like guessing, just do:
 $ ldd /path/to/libtcnative.so
and adjust your LD_LIBRARY_PATH until every dependant .so is found.

>
> Can anyone help me resolve this message?
>
> Thanks,
>
> JGB 




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

Reply via email to