diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index fdd7ef346..02ff025e2 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -185,6 +185,11 @@ cd build</userinput></screen> </variablelist> + <para>Fix hardcoded path to the executable loader in + <command>ldd</command> script:</para> + +<screen><userinput remap="install">sed '/RTLDLIST=/s@/usr@@g' -i $LFS/usr/bin/ldd</userinput></screen> + <caution> <para>At this point, it is imperative to stop and ensure that the basic functions (compiling and linking) of the new toolchain are working as |