динамический компоновщик / загрузчик (dynamic linker/loader)
Файлы (Files)
/lib/ld.so
a.out dynamic linker/loader
/lib/ld-linux.so.{1,2}
ELF dynamic linker/loader
/etc/ld.so.cache
File containing a compiled list of directories in which to
search for shared objects and an ordered list of candidate
shared objects. See ldconfig(8).
/etc/ld.so.preload
File containing a whitespace-separated list of ELF shared
objects to be loaded before the program. See the
discussion of LD_PRELOAD
above. If both LD_PRELOAD
and
/etc/ld.so.preload are employed, the libraries specified
by LD_PRELOAD
are preloaded first. /etc/ld.so.preload has
a system-wide effect, causing the specified libraries to
be preloaded for all programs that are executed on the
system. (This is usually undesirable, and is typically
employed only as an emergency remedy, for example, as a
temporary workaround to a library misconfiguration issue.)
lib*.so*
shared objects