> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 08, 2006 1:41 AM > To: tomcat-dev@jakarta.apache.org > Subject: DO NOT REPLY [Bug 38875] - Misleading error message > when there are problems loading APR libraries > > DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG. > RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT > <http://issues.apache.org/bugzilla/show_bug.cgi?id=38875>. > ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND. > INSERTED IN THE BUG DATABASE. > > http://issues.apache.org/bugzilla/show_bug.cgi?id=38875 > > > > > > ------- Additional Comments From [EMAIL PROTECTED] > 2006-03-08 09:41 ------- > I also got a similar problem on a Suse SLES 9 PPC and i386 > which use an Apache > 2.0.49 + APR 0.9.5. >
I'm pretty sure that you can't use APR 0.9. I've only tried it with APR 1.1. > The build was fine with ./configure --with-apr=/usr/bin/apr-config > > To check it more carefully I used a simple java class from > org.apache.tomcat.jni.Library class > > alaska:~/tomcat-native-1.1.2/jni/native # java Library > Exception in thread "main" java.lang.UnsatisfiedLinkError: > /usr/lib/libtcnative-1.so.0.9.5: > /usr/lib/libtcnative-1.so.0.9.5: cannot open > shared object file: No such file or directory, Can't find > library libtcnative-1 > (liblibtcnative-1.so) in sun.boot.library.path or java.library.path > sun.boot.library.path=/usr/lib/java/bin/../jre/bin > java.library.path=/usr/lib/java/bin/../jre/bin:/usr/lib/java/j > re/bin/classic:/usr/lib/java/jre/bin:/usr/lib(/usr/lib/java/bi > n/../jre/bin:/usr/lib/java/jre/bin/classic:/usr/lib/java/jre/b > in:/usr/lib) > at Library.<init>(Library.java:53) > at Library.initialize(Library.java:154) > at Library.main(Library.java:210) > > And all stuff is in /usr/lib : > Try `ldd -r /usr/lib/libtcnative-1.so.0.9.5`. > alaska:~/tomcat-native-1.1.2/jni/native # ldd > /usr/lib/libtcnative-1.so.0.9.5 > libapr-0.so.0 => /usr/lib/libapr-0.so.0 (0x6ff99000) > librt.so.1 => /lib/tls/librt.so.1 (0x6ff72000) > libm.so.6 => /lib/tls/libm.so.6 (0x6fedd000) > libcrypt.so.1 => /lib/libcrypt.so.1 (0x6fe8c000) > libnsl.so.1 => /lib/libnsl.so.1 (0x6fe56000) > libpthread.so.0 => /lib/tls/libpthread.so.0 (0x6fe33000) > libdl.so.2 => /lib/libdl.so.2 (0x6fe10000) > libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x6fdbf000) > libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x6fc88000) > libc.so.6 => /lib/tls/libc.so.6 (0x6fb3a000) > /lib/ld.so.1 (0x08000000) > > -- > Configure bugmail: > http://issues.apache.org/bugzilla/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug, or are watching the assignee. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments. In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]