lmk wrote:
Hi all,

I have installed apr native library, open ssl; using :./configure:

./configure --with-apr=/usr/local/apr --with-java-home=/usr/java/jdk1.5.0_11 --with-ssl=/usr/local/ssl --prefix=/usr/tomcat/apache-tomcat-6.0.18

I added to catalina_opts  java.library definition:

export CATALINA_OPTS="$CATALINA_OPTS -Djava.library.path=/usr/local/apr/lib"


You are missing the openssl library path as well
Adding to the java.library.path is not enough, try:

export LD_LIBRARY_PATH=/usr/local/apr/lib:/usr/local/ssl/lib
./catalina.sh run

Regards
--
^(TM)

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

Reply via email to