ld.so.8: Describe $LIB rpath token

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-07-15 14:32:46 +02:00
parent eeb25d4700
commit 909df276e9
1 changed files with 12 additions and 2 deletions

View File

@ -108,8 +108,18 @@ This facilitates the creation of "turn-key" applications that
do not need to be installed into special directories,
but can instead be unpacked into any directory
and still find their own shared libraries.
.\" ld.so also understands $LIB, with the same meaning as $ORIGIN/lib,
.\" it appears.
.TP
.IR $LIB " (or equivalently " ${LIB} )
This expands to
.I lib
or
.I lib64
depending on the architecture
(e.g., on x86-64, it expands to
.IR lib64
and
on x86-32, it expands to
.IR lib ).
.\"
.\" There is also $PLATFORM. This is a kind of wildcard
.\" of directories related to AT_PLATFORM. To get an idea of the