From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4730 Path: news.gmane.org!not-for-mail From: Alexander Monakov Newsgroups: gmane.linux.lib.musl.general Subject: Re: be able to break inheritance of LD_LIBRARY_PATH Date: Fri, 28 Mar 2014 19:34:40 +0400 (MSK) Message-ID: References: <20140328104208.GZ8221@example.net> <20140328131718.GH27448@port70.net> <20140328140036.GC8221@example.net> <20140328152538.GI27448@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: ger.gmane.org 1396020882 363 80.91.229.3 (28 Mar 2014 15:34:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2014 15:34:42 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4734-gllmg-musl=m.gmane.org@lists.openwall.com Fri Mar 28 16:34:55 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1WTYo3-0002Fx-01 for gllmg-musl@plane.gmane.org; Fri, 28 Mar 2014 16:34:55 +0100 Original-Received: (qmail 12083 invoked by uid 550); 28 Mar 2014 15:34:53 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 12071 invoked from network); 28 Mar 2014 15:34:53 -0000 In-Reply-To: <20140328152538.GI27448@port70.net> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) Xref: news.gmane.org gmane.linux.lib.musl.general:4730 Archived-At: On Fri, 28 Mar 2014, Szabolcs Nagy wrote: > i still don't get what you are trying to achieve > > what is the difference between > > /lib/ld-linux.so.2 --library-path libpath binary > > and > > LD_LIBRARY_PATH=libpath /lib/ld-linux.so.2 binary In the former case a specific library path is used only for "binary", but not its children.