From 63d555b5137fa53ccb35b0f6857df983cddced13 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 28 Sep 2015 22:05:08 +0000 Subject: [PATCH] Clarify 64-bit interpreter name in the Chapter 5 glibc test. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index a8ce5fd41..ba613e204 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -200,9 +200,8 @@ readelf -l a.out | grep ': /tools' [Requesting program interpreter: /tools/lib/ld-linux.so.2] - Note that /tools/lib, or - /tools/lib64 for 64-bit machines - appears as the prefix of the dynamic linker. + Note that for 64-bit machines, the interpreter name will be + /tools/lib64/ld-linux-x86-64.so.2. If the output is not shown as above or there was no output at all, then something is wrong. Investigate and retrace the steps to find out