Return-Path: X-Original-To: apmail-apr-bugs-archive@www.apache.org Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 637DE47E3 for ; Mon, 23 May 2011 12:27:52 +0000 (UTC) Received: (qmail 36159 invoked by uid 500); 23 May 2011 12:27:52 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 36136 invoked by uid 500); 23 May 2011 12:27:52 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 36129 invoked by uid 99); 23 May 2011 12:27:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 12:27:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 12:27:49 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 124A548ACE; Mon, 23 May 2011 12:27:09 +0000 (UTC) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: DO NOT REPLY [Bug 51244] Incorrect aprlib will be used for aprutil Date: Mon, 23 May 2011 12:27:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: APR X-Bugzilla-Component: APR-util X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rainer.jung@kippdata.de X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@apr.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=51244 --- Comment #3 from Rainer Jung 2011-05-23 12:27:08 UTC --- Thank you, that helps. The problem is, that apr-util has /usr/lib64 in its RPATH before anything else. Since apr-util is loaded first, it will then retrieve its own dependencies including apr from the system lib path. We need to investigate, why /usr/lib64 is in the RPATH, and why it comes first. Unfortunately I could not reproduce your problem. Thus more questions: Can you please also provide the objdump output for the apr library? Please also check, whether you find any indication of /usr/lib64 in build-1/apr_rules.mk or bin/apr-1-config or lib/libapr-1.la of the installed apr 1.4.5. You might also have a look at config.log in the build directories of apr and apr-util. Regards, Rainer -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org