diff options
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> |