diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-exp.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index db07d76ff..1acd57137 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -1,6 +1,12 @@ <sect2> <title>Command explanations</title> +<para><userinput>touch /etc/ld.so.conf:</userinput> One of the final steps +of the Glibc installation is running ldconfig to update the dynamic loader +cache. If this file doesn't exist, the installation will abort with an error +that it can't read the file, so we simply create an empty file (the empty +file will have Glibc default to using /lib and /usr/lib which is fine).</para> + <para><userinput>sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile.backup > malloc/Makefile:</userinput> This sed command searches through <filename>malloc/Makefile.backup</filename> and |