nothing changes even using LD_LIBRARY_PATH



mturk wrote:
> 
> 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
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/APR-Native-library-on-tomcat-6-tp24107914p24113862.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to