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 21BF411770 for ; Mon, 14 Apr 2014 11:30:57 +0000 (UTC) Received: (qmail 54720 invoked by uid 500); 14 Apr 2014 11:30:54 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 54174 invoked by uid 500); 14 Apr 2014 11:30:54 -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 54166 invoked by uid 99); 14 Apr 2014 11:30:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 11:30:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URIBL_RED X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ylavic.dev@gmail.com designates 209.85.213.182 as permitted sender) Received: from [209.85.213.182] (HELO mail-ig0-f182.google.com) (209.85.213.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 11:30:48 +0000 Received: by mail-ig0-f182.google.com with SMTP id uy17so3245657igb.3 for ; Mon, 14 Apr 2014 04:30:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=u5dZRrUvMNvChGsq7pQo5m8gxFNcZfrijxlyKSB8LY4=; b=kAvDHFsLIn1m85wKuq/ruXFEJtF7A5Iph/690B6GSZ6BsgKtxA6zH7+B1rbx2sg0vB RcDWpdL07FCefsJSEIDhfcbSl2cVhd6zSsfHwS3pR2WhgMIueEpKC5aMAhdgRRbVYdLI 8T1K0ibtOHUTfSKUj05HHzFSJn9J4q0YS1eVKdUxzzHBfV1WV3pzEqiHdJz46dDLgdzw F86x64izXcITvbleXEEvxaS5psdHXMxie1fahzB1DuXFVj5qiVqZzjcWO28J97bnvNrW 3t2+2s0mvlhDI5ErjYtRaPr2Ouo1BNEQbbgI2QPJmsh55LO0AzeE52jQXCHh76aSZvvo W/NQ== MIME-Version: 1.0 X-Received: by 10.50.13.100 with SMTP id g4mr15539849igc.9.1397475026148; Mon, 14 Apr 2014 04:30:26 -0700 (PDT) Received: by 10.43.11.194 with HTTP; Mon, 14 Apr 2014 04:30:26 -0700 (PDT) In-Reply-To: References: Date: Mon, 14 Apr 2014 13:30:26 +0200 Message-ID: Subject: Re: Any reason why building with OpenSSL shouldn't add its lib dir to rpath? From: Yann Ylavic To: httpd Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org I usually force it with ./configure LDFLAGS="-Wl,-rpath -Wl,/path/to/my/openssl". +1 to have this automagically done according to --with-ssl. On Mon, Apr 14, 2014 at 1:08 PM, Jeff Trawick wrote: > (not to say there aren't complications, like trying to keep system > directories out of rpath) > > -- > Born in Roswell... married an alien... > http://emptyhammock.com/ > http://edjective.org/ >