Changeset c909f28 for chapter06


Ignore:
Timestamp:
08/07/2007 02:04:57 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
e7810bb
Parents:
6dc3a3b
Message:

Merge r8256, r8260, r8262, r8263, r8264, r8266, r8267, r8269 and r8272 to x86_64 branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/x86_64/BOOK@8274 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r6dc3a3b rc909f28  
    6262    Unpack the tarball from within the Glibc source directory:</para>
    6363
    64 <screen><userinput>tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2
     64<screen><userinput>tar -xvf ../glibc-libidn-&glibc-version;.tar.gz
    6565mv glibc-libidn-&glibc-version; libidn</userinput></screen>
    6666
     
    8282's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux-x86-64.so.2 -o|' \
    8383        scripts/test-installation.pl</userinput></screen>
    84 
    85     <para>Apply a patch to obtain various fixes that the upstream maintainers
    86     have provided:</para>
    87 
    88 <screen><userinput>patch -Np1 -i ../&glibc-branch_update-patch;</userinput></screen>
    8984
    9085    <para>The <command>ldd</command> shell script contains Bash-specific
  • chapter06/perl.xml

    r6dc3a3b rc909f28  
    3636    <title>Installation of Perl</title>
    3737
    38     <para>First create a basic <filename>/etc/hosts</filename> file which will be
    39     referenced in one of Perl's configuration files as well as being used used by
    40     the testsuite if you run that:</para>
     38    <para>First create a basic <filename>/etc/hosts</filename> file to be
     39    referenced in one of Perl's configuration files as well as the optional
     40    testsuite:</para>
    4141
    4242<screen><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.