Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 15559 invoked from network); 13 May 2007 06:56:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 May 2007 06:56:07 -0000 Received: (qmail 10103 invoked by uid 500); 13 May 2007 06:55:59 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 10078 invoked by uid 500); 13 May 2007 06:55:59 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 10067 invoked by uid 99); 13 May 2007 06:55:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 May 2007 23:55:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [76.199.70.29] (HELO smtp1gap.foundrynet.com) (76.199.70.29) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 May 2007 23:55:48 -0700 Received: from xmail.ds.foundrynet.com (unknown [172.16.68.254]) by smtp1gap.foundrynet.com (Postfix) with ESMTP id 1E2C93E0001 for ; Sat, 12 May 2007 23:55:38 -0700 (PDT) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [SOLVED]Tomcat native library Not found in Solaris 9 Date: Sat, 12 May 2007 23:55:23 -0700 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [SOLVED]Tomcat native library Not found in Solaris 9 Thread-Index: AceThByq7RPGolzWRfCkY3SHnXkReAAR1TvQAAQSzPAARmFZ4AANbNoQ References: <10425763.post@talk.nabble.com> From: "Lakshmi Venkataraman" To: "Tomcat Users List" X-Virus-Checked: Checked by ClamAV on apache.org =20 I attached an eclipse debugger and found that an UnsatsfiedLinkError was thrown due to the Fact that libtcnative-1.so depends on libgcc_s.1.so. =20 Then I included /usr/local/lib in LD_LIBRAY_PATH. Tomcat's Http11AprProtocol connector starts up without any problem. It is still not clear why on solaris 9 libtcnative-1.so depends on libgcc_s.1.so Whereas in Lunux redhat 4 it does NOT do do. Lakshmi -----Original Message----- From: Lakshmi Venkataraman [mailto:lakshmi@foundrynet.com]=20 Sent: Saturday, May 12, 2007 5:33 PM To: Tomcat Users List Subject: RE: Tomcat native library Not found in Solaris 9 =20 I upgraded Tomcat to Tomcat 5.5.23 on Solaris 9. I also compiled APR-1.2.8, tomcat-native-1.1.8-src and openssl-0.9.8b on Solaris. I have placed the libtcnative-1.so in /export/home/lakshmi/Ivt55/bin. Ivt55 is the application directory and have INCLUDED it in LD_LIBRARY_PATH and PATH. Yet Tomcat is unable to find libtcnative-1.so. I get this message: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /export/home/lakshmi/Ivt55/jre/lib/sparc/client:/export/home/lakshmi/Ivt 55/jre/lib/sparc:/export/home/lakshmi/Ivt55/jre/../lib/sparc:/export/hom e/lakshmi/Ivt55/3rdPartyPackages/Tomcat/bin:/export/home/lakshmi/Ivt55/b in:/export/home/lakshmi/Ivt55/database::/usr/lib I did NOT have a problem on Linux redhat 4 or Windows. What else is missing on Solaris? Thanks in advance for your reply, Lakshmi --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org