From ec0a924df94ddf427af1586d6ce53021be8a69c9 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Mon, 27 Oct 2003 00:41:21 +0000 Subject: Chapter 6 - Glibc: Added command to create /etc/ld.so.conf to match Chapter 5 Glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3044 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter06') diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index b45aa55b5..a10cc9347 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -18,6 +18,12 @@ again inside the glibc-&glibc-version; directory, and to unset any environment variables that override the default optimization flags. +Though it is a harmless message, the install stage of Glibc will +complain about the absence of /etc/ld.so.conf. Fix this +annoying little warning with: + +touch /etc/ld.so.conf + Then apply the same patch we used previously: patch -Np1 -i ../&glibc-sscanf-patch; -- cgit v1.2.3-54-g00ecf