Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 86968 invoked from network); 20 Apr 2006 10:20:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Apr 2006 10:20:16 -0000 Received: (qmail 40269 invoked by uid 500); 20 Apr 2006 10:20:10 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 40208 invoked by uid 500); 20 Apr 2006 10:20:10 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 40187 invoked by uid 99); 20 Apr 2006 10:20:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 03:20:09 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of henri.gomez@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO pproxy.gmail.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 03:20:09 -0700 Received: by pproxy.gmail.com with SMTP id i49so210963pyi for ; Thu, 20 Apr 2006 03:19:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BRTOSAxZUInwJRp9EfvuBv3avHbUNkKXsG2Muf39eD7LrTLWwslpsPndfXMOxNGAn3JZcwbotC+wbP8RGV+tQADfZ9Nczx13Spv+z+WWCKaMZFvy836QNyerwvEp3RxCi0ZWhFOAkqQl8cVVQ/2YPLdZAlbDGFALGAzTFfviRPI= Received: by 10.35.8.1 with SMTP id l1mr636346pyi; Thu, 20 Apr 2006 03:19:48 -0700 (PDT) Received: by 10.35.128.17 with HTTP; Thu, 20 Apr 2006 03:19:48 -0700 (PDT) Message-ID: <6291fc850604200319x659b85aer8c7a6e49c12e6955@mail.gmail.com> Date: Thu, 20 Apr 2006 12:19:48 +0200 From: "Henri Gomez" To: "Tomcat Developers List" Subject: tcnative and statically build APR MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi to all, I tried to build tcnative 1.1.3 on a Suse SLES 9 where the APR is 0.9.x. As such I used the following step : get apr 1.2.7 and tcnative 1.1.3 : APR 1.2.7 build as static ./configure --enable-shared=3Dno TCNATIVE against the static APR : ./configure --with-apr=3D/root/apr-1.2.7/ Problem, when I build tcnative against the static APR, tcnative is produced as static (.a) and not .so. What could we do to have tcnative produce a .so with APR included in ? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org