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