I have exactly the same problem on RHEL 4:

I compiled tomcat-native.tar.gz from tomcat 5.5.20 and installed the
resulting dynamic library into /usr/local/apr/lib.

Then I added 
CATALINA_OPTS="-Djava.library.path=/usr/local/apr/lib"
to my tomcat start script. I still get the message:

The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the
java.library.path: /usr/local/apr/lib

doing "ldd /usr/local/apr/lib/libtcnative-1.so.0.1.3" revealed that all
dependencies are found. 

I am using jsvc for starting tomcat. 
Any ideas what is wrong here?



---------------------------------------------------------------------
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