Hi all,
The Apache Tomcat Native library was built from the untarred source
on /usr/local/apache-tomcat-5.5.23/bin/tomcat-native-1.1.6-src/jni/native using:
./configure --with-apr=/usr/local/apache2/bin/apr-config --with-ssl
--prefix=/usr/local/apr;make;make install

On startup the Tomcat logs show:
INFO: The Apache Tomcat Native library which allows optimal performance
in production environments was not found on the
java.library.path: 
/usr/local/apr/lib:/usr/local/apache2/lib:/lib/tls:/lib:/usr/lib:/usr/local/jdk1.5.0_11/jre/lib/i386/client:/usr/local/jdk1.5.0_11/jre/lib/i386

The above java.library.path contains all the library directories
indicated by doing   ldd /usr/local/apr/lib/libtcnative-1.so
Setting java.library.path though changing LD_LIBRARY_PATH (and exporting
LD_LIBRARY_PATH) or by passing -Djava.library.path=library:paths to the
jsvc start as indicated on posts to this list and the APR docs, do not
solve the problem.

Any pointers will be appreciated,
Rafael



Analizado por ThMailServer para Linux.

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