Hi Rainer, Rainer Weikusat wrote: > As I already wrote twice, program's aren't "linked" to dynamic libraries > at all. At link time, the sonames of required dynamic libaries are > recorded in the binary, > > [rw@doppelsaurus]~#readelf -d /bin/bash | grep -i needed > 0x0000000000000001 (NEEDED) Shared library: [libtinfo.so.5] > 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] > 0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
[more good stuff] > In case you really care about the technical details, a good description > is available here: > > https://www.akkadia.org/drepper/dsohowto.pdf Thanks for this and other contributions! Your clear explanations and code snippets add a lot to the (high IMO) level of discussion here. It's a pleasure to learn more about how various parts of the Debian/Devuan/Linux OS works. Cheers, -- Joel Roth _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
