diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-21 18:43:13 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-21 18:43:13 +0000 |
commit | 1179ee92d239aef2a357f7742913c2fef02d05f3 (patch) | |
tree | 09cd725baeb69e5096c51305729ab94135387287 /chapter05 | |
parent | 6198a8c32219badfc1628a1b72568e74e0e30e91 (diff) |
Applied Zack's glibc patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc-inst.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml index 0758ae04f..499b2ae02 100644 --- a/chapter05/glibc-inst.xml +++ b/chapter05/glibc-inst.xml @@ -17,6 +17,13 @@ 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>Though it is a harmless message, the install stage of Glibc will +complain about the presence of /etc/ld.so.conf (or lack thereof). Fix +this annoying little error:</para> + +<para><screen><userinput>mkdir /stage1/etc +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> |