From: Arkadiusz Drabczyk Date: Tue, 23 Jun 2020 22:59:10 +0000 (+0200) Subject: ld.so.8: Explain than empty entry in LD_LIBRARY_PATH means cwd X-Git-Tag: man-pages-5.08~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af04113d0c60e1f21d216e7f25e2dc1cabbf17be;p=thirdparty%2Fman-pages.git ld.so.8: Explain than empty entry in LD_LIBRARY_PATH means cwd If this was ever going to change the test case is very simple: $ cd /tmp $ touch libc.so.6 $ LD_LIBRARY_PATH=: sh sh: error while loading shared libraries: libc.so.6: file too short Signed-off-by: Arkadiusz Drabczyk Signed-off-by: Michael Kerrisk --- diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 9034612ed3..2e98b7f5a4 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -319,6 +319,7 @@ A list of directories in which to search for ELF libraries at execution time. The items in the list are separated by either colons or semicolons, and there is no support for escaping either separator. +A zero-length directory name indicates the current working directory. .IP This variable is ignored in secure-execution mode. .IP