|
@@ -2,8 +2,10 @@
|
|
<title>Installation of Glibc</title>
|
|
<title>Installation of Glibc</title>
|
|
|
|
|
|
<para>
|
|
<para>
|
|
-Once glibc has been unpacked as usual, unpack glibc-linuxthreads inside
|
|
|
|
-the glibc-&glibc-version; directory, not in /usr/src
|
|
|
|
|
|
+Once glibc has been unpacked as usual and you have cd'ed into the
|
|
|
|
+glibc-&glibc-version; directory, unpack glibc-linuxthreads inside
|
|
|
|
+the glibc-&glibc-version; directory, not in /usr/src as you normally
|
|
|
|
+would do.
|
|
</para>
|
|
</para>
|
|
|
|
|
|
<para>
|
|
<para>
|
|
@@ -14,8 +16,8 @@ Install Glibc by running the following commands:
|
|
<screen>
|
|
<screen>
|
|
<userinput>mknod -m 0666 /dev/null c 1 3 &&</userinput>
|
|
<userinput>mknod -m 0666 /dev/null c 1 3 &&</userinput>
|
|
<userinput>touch /etc/ld.so.conf &&</userinput>
|
|
<userinput>touch /etc/ld.so.conf &&</userinput>
|
|
-<userinput>mkdir /usr/src/glibc-build &&</userinput>
|
|
|
|
-<userinput>cd /usr/src/glibc-build &&</userinput>
|
|
|
|
|
|
+<userinput>mkdir ../glibc-build &&</userinput>
|
|
|
|
+<userinput>cd ../glibc-build &&</userinput>
|
|
<userinput>sed s/"\$(PERL)"/"\/usr\/bin\/perl"/ \</userinput>
|
|
<userinput>sed s/"\$(PERL)"/"\/usr\/bin\/perl"/ \</userinput>
|
|
<userinput> ../glibc-&glibc-version;/malloc/Makefile > tmp~ &&</userinput>
|
|
<userinput> ../glibc-&glibc-version;/malloc/Makefile > tmp~ &&</userinput>
|
|
<userinput>mv tmp~ ../glibc-&glibc-version;/malloc/Makefile &&</userinput>
|
|
<userinput>mv tmp~ ../glibc-&glibc-version;/malloc/Makefile &&</userinput>
|