diff --git a/chapter08/stripping.xml b/chapter08/stripping.xml
index 5ce0235d3..095bf672a 100644
--- a/chapter08/stripping.xml
+++ b/chapter08/stripping.xml
@@ -49,11 +49,10 @@
(The related entry in gives the
rationale for using the install command here.)
- The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems
- and ld-linux.so.2 on 32-bit systems. The construct below selects the
- correct name for the current architecture, excluding anything ending
- with g, in case the commands below have already been
- run.
+ The ELF loader's name may be platform specific.
+ The contruct below selects the correct name for the current architecture,
+ excluding anything ending with g, in case the commands
+ below have already been run.
@@ -70,7 +69,7 @@
-save_usrlib="$(cd /usr/lib; ls ld-linux*[^g])
+save_usrlib="$(cd /usr/lib; ls ld*.so.*[^g])
libc.so.6
libthread_db.so.1
libquadmath.so.&libquadmath-version;