Ignore:
Timestamp:
Sep 8, 2006, 10:52:17 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
db210cc
Parents:
a8beed2
Message:

Rearranged build order to fix Perl Testsuite Failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/perl.xml

    ra8beed2 r0ae51e6  
    3838    if you run that:</para>
    3939
    40 <screen os="a01"><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
     40<screen os="a01"><userinput>echo "127.0.0.1 localhost clfs" &gt; /etc/hosts</userinput></screen>
     41
     42    <para os="a02">We also have to enable the loopback interface, this
     43    will prevent some perl networking testsuite failures:</para>
     44
     45<screen os="a03"><userinput>ip link set lo up</userinput></screen>
     46
     47    <para os="a04">We also have to set the hostname for some of the
     48    test:</para>
     49
     50<screen os="a05"><userinput>hostname clfs</userinput></screen>
    4151
    4252    <para os="a">To have full control over the way Perl is set up, you can
Note: See TracChangeset for help on using the changeset viewer.