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
--- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com

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
r (re: The Line), "The Gathering"] > "The sky was full of stars and every star an exploding ship...one of > ours." > > > > -- View this message in context: http://www.nabble.com/APR-Native-library-on-tomcat-6-tp24107914p241441

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
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/APR-Native-library-on-tomcat-6-tp24107914p24113862.html Sent from the Tomcat - User m

Re: APR Native library on tomcat 6

2009-06-19 Thread lmk
ions is strictly > forbidden. If, by mistake, you have received this message, please return > this message to the addressser whose e-mail address is written above and > destroy this message and all files attached. > > > > --------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

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
/lib: 19 juin 2009 11:48:55 org.apache.coyote.http11.Http11Protocol init I complied apr sources, I dont used binnaries. Caldarale, Charles R wrote: > >> From: lmk [mailto:lotf...@yahoo.fr] >> Subject: APR Native library on tomcat 6 >> >> export CA

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 b

APR Native library on tomcat 6

2009-06-19 Thread lmk
in context: http://www.nabble.com/APR-Native-library-on-tomcat-6-tp24107914p24107914.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additiona