here tomcat log:

INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path:
/usr/java/jdk1.5.0_11/jre/lib/i386/server:/usr/java/jdk1.5.0_11/jre/lib/i386:/usr/java/jdk1.5.0_11/jre/../lib/i386:/usr/local/apr/lib:
19 juin 2009 11:48:55 org.apache.coyote.http11.Http11Protocol init


I complied apr sources, I dont used binnaries.



Caldarale, Charles R wrote:
> 
>> From: lmk [mailto:lotf...@yahoo.fr]
>> Subject: APR Native library on tomcat 6
>> 
>> export CATALINA_OPTS="$CATALINA_OPTS -
>> Djava.library.path=/usr/local/apr/lib"
> 
> Show us what's actually in /usr/local/apr/lib.
> 
>> And I still get the error:
>> 
>> The APR based Apache Tomcat Native library which allows optimal
>> performance in production environments was not found on the 
>> java.library.path:
> 
> Show us the next line so we can see what the JVM thinks the value of
> java.library.path is.
> 
>> any idea about this issue?
> 
> Are you mixing 32- and 64-bit modes?  If you're running a 64-bit JVM,
> you'll need a 64-bit .so file (and vice versa).
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
> 
> 
> ---------------------------------------------------------------------
> 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-tp24107914p24112085.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