aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc-inst.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-16 21:16:55 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-16 21:16:55 +0000
commitea57e1b0d1a4372b2e310e04c73d4a0dfa3c0c1d (patch)
tree837ee68c63217218105d58868f59b197bd2248f7 /chapter06/glibc-inst.xml
parent1fda654c2aa79697bf1317ed318ea648c8cd1aa1 (diff)
Bug 69: glibc-2.2.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r--chapter06/glibc-inst.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index be7bf6b7a..0b52729e9 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -1,17 +1,14 @@
<sect2>
<title>Installation of Glibc</title>
-<para>Before starting to install glibc, unpack the glibc-2.2.3-nss.diff
-file in the $LFS/usr/src tree. Then, once glibc has been unpacked as usual
-and you have cd'ed into the
-glibc-&glibc-version; directory, unpack glibc-linuxthreads inside
+<para>Before starting to install glibc, you must cd into the
+glibc-&glibc-version; directory and unpack glibc-linuxthreads inside
the glibc-&glibc-version; directory, not in /usr/src as you normally
would do.</para>
<para>Install Glibc by running the following commands:</para>
-<para><screen><userinput>patch -Np0 -i ../glibc-2.2.3-nss.diff &amp;&amp;</userinput>
-<userinput>mknod -m 0666 /dev/null c 1 3 &amp;&amp;</userinput>
+<para><screen><userinput>mknod -m 0666 /dev/null c 1 3 &amp;&amp;</userinput>
<userinput>touch /etc/ld.so.conf &amp;&amp;</userinput>
<userinput>mkdir ../glibc-build &amp;&amp;</userinput>
<userinput>cd ../glibc-build &amp;&amp;</userinput>