Hi Markus,

the ldd command outputs the following dependencies:

libapr-1.so.0 => /usr/local/apr/lib/libapr-1.so.0 (0x00002aaaaabcc000)
       librt.so.1 => /lib64/tls/librt.so.1 (0x00002aaaaad17000)
       libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002aaaaae1f000)
       libpthread.so.0 => /lib64/tls/libpthread.so.0 (0x00002aaaaaf59000)
       libdl.so.2 => /lib64/libdl.so.2 (0x00002aaaab06e000)
       libssl.so.0.9.7 => /usr/lib64/libssl.so.0.9.7 (0x00002aaaab171000)
libcrypto.so.0.9.7 => /usr/lib64/libcrypto.so.0.9.7 (0x00002aaaab2a7000)
       libc.so.6 => /lib64/tls/libc.so.6 (0x00002aaaab4da000)
       /lib64/ld-linux-x86-64.so.2 (0x0000555555554000)

Having seen this, I augmented the LD_LIBRARY_PATH in setenv.sh:

export LD_LIBRARY_PATH=/usr/local/apr/lib:/lib64/tls:/lib64:/usr/lib64

However, the message stays the same (now containing the additional directories):

The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /java/jdk1.5.0_05/jre/lib/i386/client:/java/jdk1.5.0_05/jre/lib/i386:/java/jdk1.5.0_05/jre/../lib/i386:/usr/local/apr/lib:/lib64/tls:/lib64:/usr/lib64

Cheers,
--Stefan


Markus Schönhaber wrote:
Stefan Wachter wrote:
The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
/java/jdk1.5.0_05/jre/lib/i386/client:/java/jdk1.5.0_05/jre/lib/i386:/java/
jdk1.5.0_05/jre/../lib/i386:/usr/local/apr/lib:/usr/lib

Yet, in the directory /usr/local/apr/lib there are the apr and tcnative
libraries. This is the listing of that directory:
[...]

What does
ldd /usr/local/apr/lib/libtcnative-1.so.0.2.7
say?

Regards
  mks

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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