From f76d55ad08fc0ce69fa7116aec6634ed55ab15ae Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 26 May 2002 18:48:42 +0000 Subject: [PATCH] added 'touch /etc/ld.so.conf' which was removed by accident git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1909 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 7593b56ca..4af0b25b2 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -22,7 +22,8 @@ is putting your system at very high risk. Install Glibc by running the following commands: -cp malloc/Makefile malloc/Makefile.backup && +touch /etc/ld.so.conf && +cp malloc/Makefile malloc/Makefile.backup && sed 's%\$(PERL)%/usr/bin/perl%' \     malloc/Makefile.backup > malloc/Makefile && cp login/Makefile login/Makefile.backup &&