diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/gcc-2953-inst.xml | 6 |
2 files changed, 10 insertions, 0 deletions
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 @@ </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> 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</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> |