Re: tomcat native problem 64bit linux os

2010-01-02 Thread Michele Mase'
Solved in the following way: cd $CATALINA_HOME/lib64 (or anywhere you have put the tomcat native library) ln -s libtcnative.so libtcnative-1.so start tomcat and the message "missing apr ..." changed into "... Jan 2, 2010 4:50:40 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR

Re: tomcat native problem 64bit linux os

2010-01-02 Thread Michele Mase'
Nice hint! I'm out of office now and I'll verify on monday; Maybe, the names are incorrect; maybe a symbolic link will be sufficient to solve the missing files ... I'll try it. But The question remains: is something wrong/missing in the installer or in the command line that claimed the configure? B

Re: tomcat native problem 64bit linux os

2010-01-02 Thread Michele Mase'
Nice hint! I'm out of office now and I'll verify on monday; Maybe, the names are incorrect; maybe a symbolic link will be sufficient to solve the missing files ... I'll try it. But The question remains: is something wrong/missing in the installer or in the command line that claimed the configure? B

Re: tomcat native problem 64bit linux os

2010-01-01 Thread Konstantin Kolinko
2010/1/1 Michele Mase' : > Anyone > > On Tue, Dec 22, 2009 at 10:02 AM, Michele Mase' wrote: > >> (...) >> The tomcat native libraries now are put under $CATALINA_HOME/lib64 >> ll lib64 >> total 2448 >> -rw-r--r-- 1 tomcat tomcat 1577256 Dec 18 11:11 libtcnative.a >> -rwxr-xr-x 1 tomcat tomcat

Re: tomcat native problem 64bit linux os

2010-01-01 Thread Michele Mase'
Anyone On Tue, Dec 22, 2009 at 10:02 AM, Michele Mase' wrote: > I've successfully enabled the apr native on linux CentOS 32 bit following > some simple steps: > > Install apr and openssl dev required files > yum install openssl-devel apr-devel > > Install jdk, tomcat and set JAVA_HOME; accord

tomcat native problem 64bit linux os

2009-12-22 Thread Michele Mase'
I've successfully enabled the apr native on linux CentOS 32 bit following some simple steps: Install apr and openssl dev required files yum install openssl-devel apr-devel Install jdk, tomcat and set JAVA_HOME; accordlin to my conf JAVA_HOME is /usr/java/latest and tomcat is in /home/tomcat/tomca