Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 96726 invoked from network); 30 Oct 2006 09:35:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2006 09:35:44 -0000 Received: (qmail 24359 invoked by uid 500); 30 Oct 2006 09:35:43 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 24123 invoked by uid 500); 30 Oct 2006 09:35:42 -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 24105 invoked by uid 99); 30 Oct 2006 09:35:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 01:35:42 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DATE_IN_PAST_48_96,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jak-tomcat-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 01:35:30 -0800 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GeTXq-0001CV-Rx for users@tomcat.apache.org; Mon, 30 Oct 2006 10:35:02 +0100 Received: from p548fbedf.dip0.t-ipconnect.de ([84.143.190.223]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Oct 2006 10:35:02 +0100 Received: from her by p548fbedf.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Oct 2006 10:35:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@tomcat.apache.org From: Rolf Herzog Subject: Re: Tomcat unable to find the apr library Date: Fri, 27 Oct 2006 17:32:18 +0200 Organization: Private Lines: 19 Message-ID: References: <45349A14.3060600@gmail.com> <45348DE7.2040109@jboss.com> <45355607.1030809@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p548fbedf.dip0.t-ipconnect.de User-Agent: KNode/0.10.2 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org I have exactly the same problem on RHEL 4: I compiled tomcat-native.tar.gz from tomcat 5.5.20 and installed the resulting dynamic library into /usr/local/apr/lib. Then I added CATALINA_OPTS="-Djava.library.path=/usr/local/apr/lib" to my tomcat start script. I still get the message: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/local/apr/lib doing "ldd /usr/local/apr/lib/libtcnative-1.so.0.1.3" revealed that all dependencies are found. I am using jsvc for starting tomcat. Any ideas what is wrong here? --------------------------------------------------------------------- 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