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
This commit is contained in:
Gerard Beekmans 2003-05-02 23:39:15 +00:00
parent 37ad07ac3f
commit 72853dcbea

View File

@ -17,11 +17,6 @@ them when building Glibc.</para>
<para>Basically, compiling Glibc in any other way than the book suggests <para>Basically, compiling Glibc in any other way than the book suggests
is putting your system at a very high risk.</para> 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 <para>The documentation that comes with Glibc recommends to build the package
not in the source directory but in a separate, dedicated directory:</para> not in the source directory but in a separate, dedicated directory:</para>