Paul van Beukering wrote:
Hi all,

We are trying to get APR to work. Sofar without success.
tThe APR libraries are build, are readable for the world, but tomcat seems
unable to find them.

INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path: /usr/jdk1.6.0_10/jre/lib/i386/
server:/usr/jdk1.6.0_10/jre/lib/i386:/usr/jdk1.6.0_10/jre/../lib/i386:/home/belpop/tomcat//lib:/usr/local/apr/lib/:/usr/local/apr/:/usr/java/packages/lib/i386:/lib:/usr/lib

The LD_LIBRARY_PATH is set correctly,

LD_LIBRARY_PATH=$CATALINA_HOME/lib:/usr/local/apr/lib:/usr/local/apr
export LD_LIBRARY_PATH

What am I doing wrong?

Where is libtcnative-1.so installed?
It has to be in the LD_LIBRARY_PATH as well

You can setup the LD_LIBRARY_PATH in console and
just hit 'ldd libtcnative-1.so'

No missing links should be reported.


Regards
--
^(TM)

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