|
@@ -16,6 +16,10 @@ Install Glibc by running the following commands:
|
|
|
<userinput>touch /etc/ld.so.conf &&</userinput>
|
|
|
<userinput>mkdir /usr/src/glibc-build &&</userinput>
|
|
|
<userinput>cd /usr/src/glibc-build &&</userinput>
|
|
|
+ <userinput>sed -e 's|$(PERL)|/usr/bin/perl|' \</userinput>
|
|
|
+ <userinput> ../glibc-2.2.1/malloc/Makefile > tmp~
|
|
|
+ &&</userinput>
|
|
|
+ <userinput>mv tmp~ ../glibc-2.2.1/malloc/Makefile &&</userinput>
|
|
|
<userinput>../glibc-2.2.1/configure \</userinput>
|
|
|
<userinput> --prefix=/usr --enable-add-ons
|
|
|
\</userinput>
|