Changeset 336f7a1 for final-system/common/perl.xml
- Timestamp:
- Sep 8, 2006, 10:59:52 PM (18 years ago)
- Children:
- 74a5211a
- Parents:
- c42e00c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/perl.xml
rc42e00c r336f7a1 38 38 if you run that:</para> 39 39 40 <screen os="a01"><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> 40 <screen os="a01"><userinput>echo "127.0.0.1 localhost clfs" > /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> 41 51 42 52 <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.