From ec8e3a58d8d653fafef2c47de08cfae081310310 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 21 May 2003 20:26:57 +0000 Subject: 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 --- chapter01/changelog.xml | 4 ++++ chapter06/gcc-2953-inst.xml | 6 ++++++ 2 files changed, 10 insertions(+) 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 + -- cgit v1.2.3-54-g00ecf