Re: jk2 problems with libapr.so

2002-01-22 Thread Aaron Bannert
On Mon, Jan 14, 2002 at 05:12:29PM +0100, jean-frederic clere wrote: > Hi, > > I am playing with jk2 and I have noted that the loadNative() in AprImpl fails: > +++ > java.lang.UnsatisfiedLinkError: > /home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/libapr.so: > /home/jakarta/jakarta-

Re: jk2 problems with libapr.so

2002-01-16 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: > > That's a bit problematic... > > I think it'll work fine if LD_LIBRARY_PATH is set before starting tomcat > to include all the libs ( and libapr ) or of libapr ( and the rest ) are > installed in the system dirs ( i.e. /usr/lib ). It works better ;-) using System.loa

Re: jk2 problems with libapr.so

2002-01-15 Thread costinm
That's a bit problematic... I think it'll work fine if LD_LIBRARY_PATH is set before starting tomcat to include all the libs ( and libapr ) or of libapr ( and the rest ) are installed in the system dirs ( i.e. /usr/lib ). The code in loadNative() was trying to work around and not require the use

Re: jk2 problems with libapr.so

2002-01-15 Thread jean-frederic clere
GOMEZ Henri wrote: > > >I am playing with jk2 and I have noted that the loadNative() > >in AprImpl fails: > >+++ > >java.lang.UnsatisfiedLinkError: > >/home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/l > >ibapr.so: > >/home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/l >

Re: jk2 problems with libapr.so

2002-01-15 Thread jean-frederic clere
GOMEZ Henri wrote: > > >I am playing with jk2 and I have noted that the loadNative() > >in AprImpl fails: > >+++ > >java.lang.UnsatisfiedLinkError: > >/home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/l > >ibapr.so: > >/home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/l >

RE: jk2 problems with libapr.so

2002-01-15 Thread GOMEZ Henri
>I am playing with jk2 and I have noted that the loadNative() >in AprImpl fails: >+++ >java.lang.UnsatisfiedLinkError: >/home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/l >ibapr.so: >/home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/l >ibapr.so: >undefined symbol: crypt >

jk2 problems with libapr.so

2002-01-14 Thread jean-frederic clere
Hi, I am playing with jk2 and I have noted that the loadNative() in AprImpl fails: +++ java.lang.UnsatisfiedLinkError: /home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/libapr.so: /home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/libapr.so: undefined symbol: crypt