Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 28 Mar 2014 19:34:40 +0400 (MSK)
From: Alexander Monakov <amonakov@...ras.ru>
To: musl@...ts.openwall.com
Subject: Re: be able to break inheritance of LD_LIBRARY_PATH

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.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.