Re: APR Native library on tomcat 6

2011-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 6/30/2011 4:21 PM, ccastle wrote: > I have the same problem [where APR won't load], except that in the log it is > not specified what > library is needed. You don't need to read the logs to see what library is needed, you

Re: APR Native library on tomcat 6

2011-06-30 Thread ccastle
Hello. I have the same problem, except that in the log it is not specified what library is needed. This are the messages in the log: 30-jun-2011 15:13:03 org.apache.coyote.http11.Http11Protocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 30-jun-2011 15:13:04 org.apache.catalina.core.Standar

Re: APR Native library on tomcat 6

2009-06-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 lmk, On 6/19/2009 9:59 AM, lmk wrote: > I complied apr sources, I dont used binnaries. If you compiled apr, you're not done: you actually need libtcnative-1.so as well as apr. The APR connector is a little misleading in its naming because it's libtcn

Re: APR Native library on tomcat 6

2009-06-22 Thread lmk
thanks a lot Brian; it works now, without using --prefix. Brian Millett wrote: > > On Fri, 2009-06-19 at 02:05 -0700, lmk wrote: >> --prefix=/usr/tomcat/apache-tomcat-6.0.18 > > > I'd look where you told it to go. > -- > Brian Millett - [ Sinclair (re: The Line), "The Gathering"] > "T

Re: APR Native library on tomcat 6

2009-06-19 Thread Brian Millett
On Fri, 2009-06-19 at 02:05 -0700, lmk wrote: > --prefix=/usr/tomcat/apache-tomcat-6.0.18 I'd look where you told it to go. -- Brian Millett - [ Sinclair (re: The Line), "The Gathering"] "The sky was full of stars and every star an exploding ship...one of ours." signature.asc Description: Th

Re: APR Native library on tomcat 6

2009-06-19 Thread lmk
nothing changes even using LD_LIBRARY_PATH mturk wrote: > > lmk wrote: >> Hi all, >> >> I have installed apr native library, open ssl; using :./configure: >> >> ./configure --with-apr=/usr/local/apr >> --with-java-home=/usr/java/jdk1.5.0_11 --with-ssl=/usr/local/ssl >> --prefix=/usr/tomc

Re: APR Native library on tomcat 6

2009-06-19 Thread lmk
yes but nothing changes. Thomas Chabaud-3 wrote: > > lmk a écrit : >> Hi all, >> >> I have installed apr native library, open ssl; using :./configure: >> >> ./configure --with-apr=/usr/local/apr >> --with-java-home=/usr/java/jdk1.5.0_11 --with-ssl=/usr/local/ssl >> --prefix=/usr/tomcat/a

Re: APR Native library on tomcat 6

2009-06-19 Thread Mladen Turk
lmk wrote: Hi all, I have installed apr native library, open ssl; using :./configure: ./configure --with-apr=/usr/local/apr --with-java-home=/usr/java/jdk1.5.0_11 --with-ssl=/usr/local/ssl --prefix=/usr/tomcat/apache-tomcat-6.0.18 I added to catalina_opts java.library definition: export

RE: APR Native library on tomcat 6

2009-06-19 Thread lmk
$ls /usr/local/apr/lib > apr.exp libapr-1.a libapr-1.la libapr-1.so libapr-1.so.0 libapr-1.so.0.3.5 pkgconfig only pkgconfig is a directory hop its more clear.. Caldarale, Charles R wrote: > >> From: lmk [mailto:lotf...@yahoo.fr] >> Subject: RE: APR Native l

Re: APR Native library on tomcat 6

2009-06-19 Thread Thomas Chabaud
lmk a écrit : Hi all, I have installed apr native library, open ssl; using :./configure: ./configure --with-apr=/usr/local/apr --with-java-home=/usr/java/jdk1.5.0_11 --with-ssl=/usr/local/ssl --prefix=/usr/tomcat/apache-tomcat-6.0.18 I added to catalina_opts java.library definition: expo

RE: APR Native library on tomcat 6

2009-06-19 Thread Caldarale, Charles R
> From: lmk [mailto:lotf...@yahoo.fr] > Subject: RE: APR Native library on tomcat 6 > > apr.exp > libapr-1.a > that's all: > > libapr-1.la > libapr-1.so > libapr-1.so.0 > libapr-1.so.0.3.5 > pkgconfig The above is rather cryptic; which

RE: APR Native library on tomcat 6

2009-06-19 Thread lmk
apr.exp libapr-1.a that's all: libapr-1.la libapr-1.so libapr-1.so.0 libapr-1.so.0.3.5 pkgconfig Caldarale, Charles R wrote: > >> From: lmk [mailto:lotf...@yahoo.fr] >> Subject: RE: APR Native library on tomcat 6 >> >> INFO: The APR based Ap

RE: APR Native library on tomcat 6

2009-06-19 Thread Caldarale, Charles R
> From: lmk [mailto:lotf...@yahoo.fr] > Subject: RE: APR Native library on tomcat 6 > > 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/

RE: APR Native library on tomcat 6

2009-06-19 Thread lmk
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/l

RE: APR Native library on tomcat 6

2009-06-19 Thread Caldarale, Charles R
> 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 al