Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jarda, On 4/18/2011 1:12 AM, Jaroslav Fikker wrote: Thank you very much for your tip. I had tried to run command CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 ./configure --with-apr=/usr --prefix=/opt/tomcat_6_0 but I still was unsuccessful. I check

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-17 Thread Jaroslav Fikker
. __ Od: Konstantin Kolinko knst.koli...@gmail.com Komu: Tomcat Users List users@tomcat.apache.org Datum: 15.04.2011 16:48 Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat 2011/4/13 Jaroslav Fikker fik...@atlas.cz: You

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-15 Thread Konstantin Kolinko
2011/4/13 Jaroslav Fikker fik...@atlas.cz: You are right - my java is 32bit. So that is the probelm in compilation of APR? Java byte code is agnostic to CPU architecture, but native code should be for the same architecture as the Java runtime that loads it. You should either use 64-bit JRE

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-14 Thread Jaroslav Fikker
: 13.04.2011 14:38 Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat On 04/13/2011 02:29 PM, Jaroslav Fikker wrote: So that is the probelm in compilation of APR? LOL. Nope. It's in your java cause you have 64-bit OS, right? Regards -- ^TM

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-14 Thread André Warnier
Jaroslav Fikker wrote: Hi, I apologize for my stupid question but I am not Linux specialist. Is there some recommendation for using 32bit java (and APR) on 64bit RedHat? It is not a stupid question. Proof : I have the same question. :-) If you allow me to hijack your post, my question is

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-14 Thread Mladen Turk
On 04/14/2011 12:10 PM, André Warnier wrote: Jaroslav Fikker wrote: I apologize for my stupid question but I am not Linux specialist. Is there some recommendation for using 32bit java (and APR) on 64bit RedHat? It is not a stupid question. Proof : I have the same question. :-) If you allow

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-13 Thread Mladen Turk
On 04/13/2011 07:14 AM, Jaroslav Fikker wrote: Hi, I also create /opt/tomcat_6_0/bin/setenv.sh file with this content: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib export LD_LIBRARY_PATH But when I start server with startup.sh script I can find next warning incatalina.out file (but

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-13 Thread Jaroslav Fikker
__ Od: Mladen Turk mt...@apache.org Komu: Tomcat Users List users@tomcat.apache.org Datum: 13.04.2011 09:18 Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat On 04/13/2011 07:14 AM, Jaroslav Fikker wrote: Hi, I also create /opt

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-13 Thread Konstantin Kolinko
Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat On 04/13/2011 07:14 AM, Jaroslav Fikker wrote: Hi, I also create /opt/tomcat_6_0/bin/setenv.sh file with this content: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib export LD_LIBRARY_PATH But when I

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-13 Thread Jaroslav Fikker
Komu: Tomcat Users List users@tomcat.apache.org Datum: 13.04.2011 09:18 Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat On 04/13/2011 07:14 AM, Jaroslav Fikker wrote: Hi, I also create /opt/tomcat_6_0/bin/setenv.sh file with this content

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-13 Thread Mladen Turk
On 04/13/2011 02:29 PM, Jaroslav Fikker wrote: So that is the probelm in compilation of APR? LOL. Nope. It's in your java cause you have 64-bit OS, right? Regards -- ^TM - To unsubscribe, e-mail:

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-12 Thread Jaroslav Fikker
Hi, Do you have somebody some tip where could be a problem? Thanks in advance. J. Fikker - Hello Konstantin, There is output of ls command: ls -la /opt/tomcat_6_0/lib/ total 9484

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-11 Thread Konstantin Kolinko
2011/4/11 Jaroslav Fikker fik...@atlas.cz: I installed APR library with these commands: ./configure --with-apr=/usr --prefix=/opt/tomcat_6_0 make make install I also create /opt/tomcat_6_0/bin/setenv.sh file with this content: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib export

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-11 Thread Jaroslav Fikker
: 11.04.2011 09:09 Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat 2011/4/11 Jaroslav Fikker fik...@atlas.cz: I installed APR library with these commands: ./configure --with-apr=/usr --prefix=/opt/tomcat_6_0 make make install I also create /opt/tomcat_6_0