From 1caa48e19b0f2b609746b72a3d2d0fd572b22316 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Fri, 12 Dec 2003 23:41:37 +0000 Subject: Glibc: Moved ld.so.conf creation to immediately before make install in both chapters. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'chapter05/glibc.xml') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index aa333a2bd..a1dcf31d5 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -32,14 +32,7 @@ them when building Glibc. Basically, compiling Glibc in any other way than the book suggests is putting the stability of your system at risk. -Though it is a harmless message, the install stage of Glibc will -complain about the absence of /tools/etc/ld.so.conf. -Fix this annoying little warning with: - -mkdir /tools/etc -touch /tools/etc/ld.so.conf - -Also, Glibc has a subtle problem when compiled with GCC &gcc-version;. +Glibc has a subtle problem when compiled with GCC &gcc-version;. Apply the following patch to fix this: patch -Np1 -i ../&glibc-sscanf-patch; @@ -141,6 +134,13 @@ stop-start sequence by issuing a make -k check. But if you do that, be sure to log the output so that you can later peruse the log file and examine the total number of failures. +Though it is a harmless message, the install stage of Glibc will +complain about the absence of /tools/etc/ld.so.conf. +Fix this annoying little warning with: + +mkdir /tools/etc +touch /tools/etc/ld.so.conf + Now install the package: make install -- cgit v1.2.3-54-g00ecf