Changeset 0b1aa01 for BOOK/final-system/common
- Timestamp:
- Feb 21, 2006, 2:11:30 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 170e4116
- Parents:
- bcaa438
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/perl.xml
rbcaa438 r0b1aa01 35 35 <title>Installation of Perl</title> 36 36 37 <para os="a00">Before starting to configure, create a basic 38 <filename>/etc/hosts</filename> file which will be referenced in one 39 of Perl's configuration files as well as being used used by the testsuite 40 if you run that.</para> 41 42 <screen os="a01"><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> 43 37 44 <para os="a">To have full control over the way Perl is set up, run the 38 45 interactive <command>Configure</command> script and hand-pick the way … … 57 64 58 65 <screen os="e"><userinput>make</userinput></screen> 59 60 <para os="f">To run the test suite, first create a basic61 <filename>/etc/hosts</filename> file which is needed by a couple of62 the tests to resolve the network name localhost:</para>63 64 <screen os="g"><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen>65 66 66 67 <para os="h">Now run the tests, if desired:</para>
Note:
See TracChangeset
for help on using the changeset viewer.