diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 22:16:54 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 22:16:54 +0000 |
commit | 83be14171b07158d5422b51bf844eb4a5f8981e5 (patch) | |
tree | d555256c379c379ba2969e8a871d2fe0fdb31709 | |
parent | 30b270f9ce9c8a0bb82f20b21f2e08c9d6ba9ff4 (diff) |
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
-rw-r--r-- | chapter06/glibc-inst.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index e4cae75a0..78e384289 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -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> |