diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 23:39:15 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 23:39:15 +0000 |
commit | 72853dcbea2376e289145dddc794b8fdc16e0a70 (patch) | |
tree | aa9c9547a6ef7e681e7f3d6596c5ff43023bcfd5 /chapter05 | |
parent | 37ad07ac3f1c199e6648c15dc3be3535f1472158 (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc-inst.xml | 5 |
1 files changed, 0 insertions, 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.</para> <para>Basically, compiling Glibc in any other way than the book suggests is putting your system at a very high risk.</para> -<para>Glibc will check for the <filename>/etc/ld.so.conf</filename> file -and abort with an error if the file is missing, so we must create it:</para> - -<para><screen><userinput>touch /stage1/etc/ld.so.conf</userinput></screen></para> - <para>The documentation that comes with Glibc recommends to build the package not in the source directory but in a separate, dedicated directory:</para> |