Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 59034 invoked from network); 19 Jun 2009 15:07:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jun 2009 15:07:20 -0000 Received: (qmail 15982 invoked by uid 500); 19 Jun 2009 15:06:07 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 15340 invoked by uid 500); 19 Jun 2009 15:06:05 -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 14462 invoked by uid 99); 19 Jun 2009 15:01:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 15:01:16 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [66.187.237.31] (HELO mx2.redhat.com) (66.187.237.31) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 15:01:05 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5JF0imZ007116 for ; Fri, 19 Jun 2009 11:00:44 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n5JF0hJM006304 for ; Fri, 19 Jun 2009 11:00:43 -0400 Received: from mturk.csb (vpn-10-1.str.redhat.com [10.32.10.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n5JF0gtb011502 for ; Fri, 19 Jun 2009 11:00:43 -0400 Message-ID: <4A3BA81A.20309@apache.org> Date: Fri, 19 Jun 2009 17:00:42 +0200 From: Mladen Turk User-Agent: Thunderbird 2.0.0.21 (X11/20090310) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: APR Native library on tomcat 6 References: <24107914.post@talk.nabble.com> In-Reply-To: <24107914.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 X-Virus-Checked: Checked by ClamAV on apache.org 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 CATALINA_OPTS="$CATALINA_OPTS -Djava.library.path=/usr/local/apr/lib" > You are missing the openssl library path as well Adding to the java.library.path is not enough, try: export LD_LIBRARY_PATH=/usr/local/apr/lib:/usr/local/ssl/lib ./catalina.sh run Regards -- ^(TM) --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org