From 72853dcbea2376e289145dddc794b8fdc16e0a70 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 2 May 2003 23:39:15 +0000 Subject: [PATCH] no need to touch ld.so.conf it so seems git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2499 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc-inst.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml index 237904503..d24006e27 100644 --- a/chapter05/glibc-inst.xml +++ b/chapter05/glibc-inst.xml @@ -17,11 +17,6 @@ them when building Glibc. Basically, compiling Glibc in any other way than the book suggests is putting your system at a very high risk. -Glibc will check for the /etc/ld.so.conf file -and abort with an error if the file is missing, so we must create it: - -touch /stage1/etc/ld.so.conf - The documentation that comes with Glibc recommends to build the package not in the source directory but in a separate, dedicated directory: