Re: APR not found under Linux

2006-07-03 Thread Stefan Wachter
y for self-compiled libraries using --prefix option of configure, and set the -m32 option for gcc. Regards, Martina -Original Message- From: Stefan Wachter [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 09:47 To: Tomcat Users List Subject: Re: APR not found under Linux Hi Martina,

RE: APR not found under Linux

2006-07-03 Thread Holst, Martina
chter [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 09:47 To: Tomcat Users List Subject: Re: APR not found under Linux Hi Martina, you are right! Switching to the AMD-64-Bit virtual machine Tomcat does no longer inform: "The Apache Native library...". Therefore I assume that wi

Re: APR not found under Linux

2006-07-03 Thread Stefan Wachter
inaries it needs, hence the error message. Best regards, Martina -Original Message- From: Stefan Wachter [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 16:44 To: Tomcat Users List Subject: Re: APR not found under Linux Hi Dhaval, the java.library.path seems to be alright.

Re: APR not found under Linux

2006-07-02 Thread Rajeev N. Jha
After reading the entire thread, i am out of ideas as well ;o) stefan, please post your issue+ solution when you have solved it . Thanks Markus Schönhaber wrote: Stefan Wachter wrote: the ldd command outputs the following dependencies: libapr-1.so.0 => /usr/local/apr/lib/libapr-1.

Re: APR not found under Linux

2006-07-01 Thread Markus Schönhaber
Stefan Wachter wrote: > the ldd command outputs the following dependencies: > > libapr-1.so.0 => /usr/local/apr/lib/libapr-1.so.0 > (0x2abcc000) > librt.so.1 => /lib64/tls/librt.so.1 (0x2ad17000) > libcrypt.so.1 => /lib64/libcrypt.so.1 (0x2ae1f000) >

RE: APR not found under Linux

2006-06-30 Thread Holst, Martina
] Sent: Friday, June 30, 2006 16:44 To: Tomcat Users List Subject: Re: APR not found under Linux Hi Dhaval, the java.library.path seems to be alright. The INFO message during startup shows that java.library.path: /java/jdk1.5.0_05/jre/lib/i386/client:/java/jdk1.5.0_05/jre/lib/i386:/ja va

Re: APR not found under Linux

2006-06-30 Thread Stefan Wachter
Hi Dhaval, the java.library.path seems to be alright. The INFO message during startup shows that java.library.path: /java/jdk1.5.0_05/jre/lib/i386/client:/java/jdk1.5.0_05/jre/lib/i386:/java/jdk1.5.0_05/jre/../lib/i386:/usr/local/apr/lib:/lib64/tls:/lib64:/usr/lib64 Cheers, --Stefan PS: Do

Re: APR not found under Linux

2006-06-30 Thread Dhaval Patel
Hmm I read the BUILDING file of tomcat-native (the one that comes in TOMCAT\bin). It says something like: 2 - In bin/setenv.sh add the following: CATALINA_OPTS="$CATALINA_OPTS -Djava.library.path=tclib_location" In my machine I am using: /home/jfclere/jakarta-tomcat-connectors/jni

Re: APR not found under Linux

2006-06-30 Thread Stefan Wachter
Hi Dhaval, I don't think, that an old APR is involved. I compiled the latest APR (version 1.2.7) using the sources from apr.apache.org. The created library was placed into /usr/local/apr/lib by "make install". Yet, there is an old version of the APR installed on my system that came with http

Re: APR not found under Linux

2006-06-30 Thread Dhaval Patel
Hi, I think your APR library is old. (You might have install using Yast). Tomcat 5.5 requires APR 1.2+. So you might have to compile it by yourself. (http://tomcat.apache.org/tomcat-5.5-doc/apr.html) I remembered that I had to compile APR for SuSE 10. Here is what I did: 1) Make sure you h

Re: APR not found under Linux

2006-06-30 Thread Stefan Wachter
Hi Markus, the ldd command outputs the following dependencies: libapr-1.so.0 => /usr/local/apr/lib/libapr-1.so.0 (0x2abcc000) librt.so.1 => /lib64/tls/librt.so.1 (0x2ad17000) libcrypt.so.1 => /lib64/libcrypt.so.1 (0x2ae1f000) libpthread.so.0

Re: APR not found under Linux

2006-06-30 Thread Markus Schönhaber
Stefan Wachter wrote: > The Apache Tomcat Native library which allows optimal performance in > production environments was not found on the java.library.path: > /java/jdk1.5.0_05/jre/lib/i386/client:/java/jdk1.5.0_05/jre/lib/i386:/java/ >jdk1.5.0_05/jre/../lib/i386:/usr/local/apr/lib:/usr/lib > > Y

Re: APR not found under Linux

2006-06-30 Thread Stefan Wachter
Hi Rajeev, I changed the order of the directories to /usr/lib:/usr/local/apr/lib but I did not help. Cheers, --Stefan Rajeev N. Jha wrote: Try putting the ssl libs in front of apr/tcnative. Thanks - Rajeev. Stefan Wachter wrote: Hi all, I tried to run Tomcat using the APR under (Suse-)L

Re: APR not found under Linux

2006-06-30 Thread Rajeev N. Jha
Try putting the ssl libs in front of apr/tcnative. Thanks - Rajeev. Stefan Wachter wrote: Hi all, I tried to run Tomcat using the APR under (Suse-)Linux but did not succeed. During startup there is still the well known message: The Apache Tomcat Native library which allows optimal performan

APR not found under Linux

2006-06-30 Thread Stefan Wachter
Hi all, I tried to run Tomcat using the APR under (Suse-)Linux but did not succeed. During startup there is still the well known message: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /java/jdk1.5.0_05/jre