Subject: Re: shared library support
To: Ted Lemon <mellon@fugue.com>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: tech-kern
Date: 03/18/1998 09:42:15
> Weird.   Why would you want to map the shared library at different
> locations in different instances of the same executable?

Well, you might not even be using the same shared library, i.e. the
same actual bits, in different instances of the same executable.

new minor version installed (while old programs are still running),
different LD_LIBRARY_PATH, ...


If you might be using a different library, you have to cope with using
it at a different address.



cgd