C
CIndy Lee
We are trying to install APR 1.2.7 on a 64-bit machine to make it
available for Tomcat.
Previously (on a 32-bit system) all we had to do is build it from
sources under /usr/local/apr and
cp /usr/local/apr/lib/* /usr/java/jdk1.6.0/jre/lib/i386
Then restarting tomcat would pick up the required libraries. The
sources compile and copy libapr*.so to that location on 64-bit,
however starting up Tomcat still produces the warning:
01:02:17,691 INFO AprLifecycleListener:86 - The Apache Tomcat Native
library which allows optimal performance in production environments
was not found on the java.library.path: /usr/java/jdk1.6.0/jre/lib/
i386/server:/usr/java/jdk1.6.0/jre/lib/i386:/usr/java/jdk1.6.0/jre/../
lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
How do we eliminate the warning?
available for Tomcat.
Previously (on a 32-bit system) all we had to do is build it from
sources under /usr/local/apr and
cp /usr/local/apr/lib/* /usr/java/jdk1.6.0/jre/lib/i386
Then restarting tomcat would pick up the required libraries. The
sources compile and copy libapr*.so to that location on 64-bit,
however starting up Tomcat still produces the warning:
01:02:17,691 INFO AprLifecycleListener:86 - The Apache Tomcat Native
library which allows optimal performance in production environments
was not found on the java.library.path: /usr/java/jdk1.6.0/jre/lib/
i386/server:/usr/java/jdk1.6.0/jre/lib/i386:/usr/java/jdk1.6.0/jre/../
lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
How do we eliminate the warning?