Re: RUNPATH. (Was: Shared libraries. How are they found?)

2002-01-09 Thread Marcus Brinkmann
On Tue, Jan 08, 2002 at 05:37:15PM +0100, Niels Möller wrote: > Marcus Brinkmann <[EMAIL PROTECTED]> writes: > > > As far as I can see, the exec server just loads and runs the binary. The > > code to fire up the linker and bring into the shared libraries is compiled > > into each executables: >

Re: RUNPATH. (Was: Shared libraries. How are they found?)

2002-01-08 Thread Niels Möller
Marcus Brinkmann <[EMAIL PROTECTED]> writes: > As far as I can see, the exec server just loads and runs the binary. The > code to fire up the linker and bring into the shared libraries is compiled > into each executables: > > $ strings /bin/ls | grep ld.so > /lib/ld.so Isn't that string just f

Re: RUNPATH. (Was: Shared libraries. How are they found?)

2002-01-07 Thread Marcus Brinkmann
On Mon, Jan 07, 2002 at 01:57:37PM +0100, "Wikström, Mårten" wrote: > Sorry for not paying enough attention to the FAQ. (although it is under the X >section). > But, the question remains. What good does the RUNPATH bring, that can't be done with >LD_LIBRARY_PATH? The solution to shared librarie

RUNPATH. (Was: Shared libraries. How are they found?)

2002-01-07 Thread "Wikström, Mårten"
Sorry for not paying enough attention to the FAQ. (although it is under the X section). But, the question remains. What good does the RUNPATH bring, that can't be done with LD_LIBRARY_PATH? /Mårten > -Original Message- > From: Wikström, Mårten > Sent: Monday, January 07, 2002 1:14 PM >