aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-10-27 00:41:21 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-10-27 00:41:21 +0000
commitec0a924df94ddf427af1586d6ce53021be8a69c9 (patch)
tree5f3deada3d44d9ea0a35cdbea52b827b654b6c59 /chapter06
parentc1a2afca5bd4d859da3ed5aad10eac224721a417 (diff)
Chapter 6 - Glibc: Added command to create /etc/ld.so.conf to match Chapter 5 Glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3044 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc-inst.xml6
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>