diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 2cd272cbd..e306ee179 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -61,7 +61,7 @@ <ulink url="&blfs-root;view/svn/general/libidn.html"/>). Unpack the tarball from within the Glibc source directory:</para> -<screen><userinput>tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2 +<screen><userinput>tar -xvf ../glibc-libidn-&glibc-version;.tar.gz mv glibc-libidn-&glibc-version; libidn</userinput></screen> <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop @@ -82,11 +82,6 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen> 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux-x86-64.so.2 -o|' \ scripts/test-installation.pl</userinput></screen> - <para>Apply a patch to obtain various fixes that the upstream maintainers - have provided:</para> - -<screen><userinput>patch -Np1 -i ../&glibc-branch_update-patch;</userinput></screen> - <para>The <command>ldd</command> shell script contains Bash-specific syntax. Change it's default program interpreter to <command>/bin/bash</command> in case another <command>/bin/sh</command> is installed as described in the |