diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 055cd6452..db0653888 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -78,6 +78,10 @@
+May 21st, 2003 [gerard]: Chapter 06 - GCC-2.95.3: Added
+/opt/gcc-2.95.3/lib to the /etc/ld.so.conf file so the libraries can be
+found during run-time.
+
May 21st, 2003 [gerard]: Chapter 05 - Gzip: Simplified
commands.
diff --git a/chapter06/gcc-2953-inst.xml b/chapter06/gcc-2953-inst.xml
index 08e735a62..9d2cc633a 100644
--- a/chapter06/gcc-2953-inst.xml
+++ b/chapter06/gcc-2953-inst.xml
@@ -19,5 +19,11 @@ cd ../gcc-2-build
make bootstrap
make install
+Add the lib directory to ld.so.conf so they can be found during
+run-time:
+
+echo "/opt/gcc-2.95.3/lib" >> /etc/ld.so.conf
+ldconfig
+