From b9359c7a8ec34ae45484979f18cf3a8d9222c53a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 12 Mar 2015 11:25:41 +0100 Subject: [PATCH] ld.so.8: Note the use of /lib64 and /usr/lib64 on some 64-bit architectures Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 0ecc24c58..a0e95ef5b 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -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.