ld.so.8: Note the use of /lib64 and /usr/lib64 on some 64-bit architectures

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-03-12 11:25:41 +01:00
parent d7d4b04ade
commit b9359c7a8e
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ In the default path
.IR /lib ,
and then
.IR /usr/lib .
(On some 64-bit archiectures, the default spaths for 64-bit libraries are
.IR /lib64 ,
and then
.IR /usr/lib64 .)
If the binary was linked with the
.B \-z nodeflib
linker option, this step is skipped.