help-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Niels Möller
Subject: Re: RUNPATH. (Was: Shared libraries. How are they found?)
Date: 08 Jan 2002 17:37:15 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> 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 from the contents of the .interp section of the
ELF file? I.e. it tells whatever it is that tries to load the ELF
file, to first load the dynamic linker and let that do the work of
"interpreting" the file.

/Niels



reply via email to

[Prev in Thread] Current Thread [Next in Thread]