Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E0D591082E for ; Sat, 19 Apr 2014 21:13:33 +0000 (UTC) Received: (qmail 58806 invoked by uid 500); 19 Apr 2014 21:13:32 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 58746 invoked by uid 500); 19 Apr 2014 21:13:32 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 58738 invoked by uid 99); 19 Apr 2014 21:13:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Apr 2014 21:13:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tom.browder@gmail.com designates 74.125.82.177 as permitted sender) Received: from [74.125.82.177] (HELO mail-we0-f177.google.com) (74.125.82.177) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Apr 2014 21:13:28 +0000 Received: by mail-we0-f177.google.com with SMTP id u57so2531605wes.8 for ; Sat, 19 Apr 2014 14:13:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:mime-version:in-reply-to:date:message-id:subject:to :cc:content-type; bh=SZdxOxk/FcHOEOuG5pT7jIZR6C/0TLicRPyTmsAn1Tk=; b=SPOo41Icp8MnDyhRd0dLtdsm+VQCF5e8Eov48nTE4UsCpWGOwPVG1k8zSaXqyAPUsP Je1di+Dy2G59OOEJXyX/MNpyzslD1gQI8mnG5gJOo8V0IfR6u1os009F4kzAIDQ3l2ik Pj7c/v6zY615CXmQcpywBa01cJAMX2VjnLzGI9QqEZonev8Hz+J1pDGvRpuHS0iBMGdf Cmh/bnAGftVYN2Y1nZ5uPTtx/U86AbRD2xo3a4M4WQy/uhEAO0Ls7jIDrIqpjGxQJuGd JVbWh3mmjVxbTnJLO6JX8+QyenkUnnkrRmAFUFmAaK6wCOxF0j1l/gJwYiDl2vGyR3up d7WA== X-Received: by 10.194.88.74 with SMTP id be10mr100358wjb.71.1397941986019; Sat, 19 Apr 2014 14:13:06 -0700 (PDT) References: <-4374453743531617314@unknownmsgid> <53524AA2.9040903@gmx.de> From: Tom Browder Mime-Version: 1.0 (1.0) In-Reply-To: <53524AA2.9040903@gmx.de> Date: Sat, 19 Apr 2014 23:13:02 +0200 Message-ID: <-9195333541648514856@unknownmsgid> Subject: Re: Any reason why building with OpenSSL shouldn't add its lib dir to rpath? To: olli hauer Cc: "dev@httpd.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Apr 19, 2014, at 12:06, olli hauer wrote: > > Hi Tom, > > with apache 2.2.x or 2.4.x ? 2.4.7 at the moment but moving to latest release where I'll try forcing the local OpenSSL use. I raised this issue earlier but it got no traction-- probably because I didn't articulate the problem well enough. IMHO the '--with-OpenSSL=' option could benefit from the RPATH nudge suggested by Yann (or at least suggest that move for users unwilling or unable to remove the current system OpenSSL). Regards, -Tom