git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
@@ -78,6 +78,10 @@
</itemizedlist>
</para></listitem>
+<listitem><para>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.</para></listitem>
+
<listitem><para>May 21st, 2003 [gerard]: Chapter 05 - Gzip: Simplified
commands.</para></listitem>
@@ -19,5 +19,11 @@ cd ../gcc-2-build
make bootstrap
make install</userinput></screen></para>
+<para>Add the lib directory to ld.so.conf so they can be found during
+run-time:</para>
+<para><screen><userinput>echo "/opt/gcc-2.95.3/lib" >> /etc/ld.so.conf
+ldconfig</userinput></screen></para>
</sect2>