diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-13 11:01:29 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-13 11:01:29 +0800 |
commit | 81d3242ba4b2ff06ed0202cea68e64f93fa09b6c (patch) | |
tree | 826d6b34a7bc4627ea5b9e33b55c7b29e529993a /chapter08 | |
parent | ab824a51d13c040d84de02c6ac13feb085cb4dd4 (diff) |
glibc: add ld.so to programs list
Quote from the NEWS file:
A symbolic link to the dynamic linker is now installed under
/usr/bin/ld.so (or more precisely, '${bindir}/ld.so').
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/glibc.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 76e4434ef..a7bb06b21 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -480,7 +480,9 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen> <seglistitem> <seg>gencat, getconf, getent, iconv, iconvconfig, ldconfig, - ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, + ldd, lddlibc4, + ld.so (symlink to ld-linux-x86-64.so.2 or ld-linux.so.2), + locale, localedef, makedb, mtrace, nscd, pcprofiledump, pldd, sln, sotruss, sprof, tzselect, xtrace, zdump, and zic</seg> <seg>ld-linux-x86-64.so.2, ld-linux.so.2, |