ld.so.conf creation before compile not needed anymore

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-05 22:16:54 +00:00
parent 30b270f9ce
commit 83be14171b

View File

@ -3,11 +3,6 @@
<sect2>
<title>Glibc installation</title>
<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 /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>