aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter05/glibc-inst.xml2
-rw-r--r--chapter06/glibc-inst.xml6
3 files changed, 10 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 2f836e1c5..bdf0d148c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -96,6 +96,9 @@
</itemizedlist>
</listitem>
+<listitem><para>October 26th, 2003 [greg]: Chapter 6 - Glibc: Added command to
+create /etc/ld.so.conf to match Chapter 5 Glibc. Closes bug 700.</para></listitem>
+
<listitem><para>October 24th, 2003 [alex]: Appendix A - Changed the
dependencies to the concise format, based on Tushar's post .</para></listitem>
diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml
index 3e88212f1..b75a87be1 100644
--- a/chapter05/glibc-inst.xml
+++ b/chapter05/glibc-inst.xml
@@ -24,7 +24,7 @@ is putting the stability of your system at risk.</para>
<para>Though it is a harmless message, the install stage of Glibc will
complain about the absence of <filename>/tools/etc/ld.so.conf</filename>.
-Fix this annoying little error with:</para>
+Fix this annoying little warning with:</para>
<screen><userinput>mkdir /tools/etc
touch /tools/etc/ld.so.conf</userinput></screen>
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>