diff options
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index b45aa55b5..a10cc9347 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -18,6 +18,12 @@ again inside the <filename>glibc-&glibc-version;</filename> directory, and to unset any environment variables that override the default optimization flags.</para> +<para>Though it is a harmless message, the install stage of Glibc will +complain about the absence of <filename>/etc/ld.so.conf</filename>. Fix this +annoying little warning with:</para> + +<screen><userinput>touch /etc/ld.so.conf</userinput></screen> + <para>Then apply the same patch we used previously:</para> <screen><userinput>patch -Np1 -i ../&glibc-sscanf-patch;</userinput></screen> |