2011/4/11 Jaroslav Fikker <fik...@atlas.cz>:
>
> I installed APR library with these commands:
> ./configure --with-apr=/usr --prefix=/opt/tomcat_6_0
> make
> make install
>
> I also create /opt/tomcat_6_0/bin/setenv.sh file with this content:
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib
> export LD_LIBRARY_PATH
>
> But when I start server with startup.sh script I can find next warning in 
> catalina.out file (but Tomcat application server runs and works):
> Apr 11, 2011 8:44:15 AM org.apache.catalina.core.AprLifecycleListener init
> INFO: The APR based Apache Tomcat Native library which allows optimal 
> performance in production environments was not found on the 
> java.library.path: /usr/lib/jvm/java-1.6.0-ibm-1.6.0.9.1/jre/lib/i38
> 6::/opt/tomcat_6_0/lib:/usr/lib
>
> Where could be a problem? Thank you very much for your help.

What is the output of "ls /opt/tomcat_6_0/lib" ?

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to