Ignore:
Timestamp:
Sep 8, 2006, 10:59:52 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
74a5211a
Parents:
c42e00c
Message:

Fixed Perl Testsuites - Network tests

File:
1 edited

Legend:

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

    rc42e00c r336f7a1  
    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.