Subject: Re: RelCache (aka ELF prebinding) news
To: Artem Belevich <art@riverstonenet.com>
From: Bang Jun-Young <junyoung@netbsd.org>
List: tech-kern
Date: 12/05/2002 11:52:27
On Wed, Dec 04, 2002 at 12:57:35PM -0800, Artem Belevich wrote:
> Would LD_PRELOAD/LD_LIBRARY_PATH setting change the way conflicts get
> resolved? If so, how would that affect the cache? 

RelCache remembers what shared objects were loaded at creation time.
If you set those variables before prebinding, you should always set them
to the same value, or it's likely that RelCache won't be loaded.
Note that this is technical limitation of binding mechanism, not of
RelCache.

Jun-Young

-- 
Bang Jun-Young <junyoung@netbsd.org>