Browse Source

added /opt/gcc-2.95.3/lib to /etc/ld.so.conf

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 years ago
parent
commit
ec8e3a58d8
2 changed files with 10 additions and 0 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 6 0
      chapter06/gcc-2953-inst.xml

+ 4 - 0
chapter01/changelog.xml

@@ -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>
 

+ 6 - 0
chapter06/gcc-2953-inst.xml

@@ -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>