From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130328 invoked by alias); 11 Jun 2019 20:56:49 -0000 Mailing-List: contact libc-help-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: libc-help-owner@sourceware.org Received: (qmail 130309 invoked by uid 89); 11 Jun 2019 20:56:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=H*i:sk:b46d250, H*f:sk:b46d250 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Jun 2019 20:56:48 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D9AC6309266E; Tue, 11 Jun 2019 20:56:46 +0000 (UTC) Received: from oldenburg2.str.redhat.com (ovpn-116-103.ams2.redhat.com [10.36.116.103]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 64E6E5E7A1; Tue, 11 Jun 2019 20:56:43 +0000 (UTC) From: Florian Weimer To: Carlos O'Donell Cc: noloader@gmail.com, Binutils , libc-help Subject: Re: How to set a system-wide library path policy? References: Date: Tue, 11 Jun 2019 20:56:00 -0000 In-Reply-To: (Carlos O'Donell's message of "Tue, 11 Jun 2019 16:34:16 -0400") Message-ID: <87ftof3kom.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00016.txt.bz2 * Carlos O'Donell: > Why is it searching /usr/local/lib? Debian adds /usr/local/lib to the search path, to match binutils behavior. Thanks, Florian