- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/perl.xml
r2419c576 r686839b 37 37 <note os="a00"> 38 38 <para>If you are following the boot method you will need to enable the 39 loopback device:</para> 40 41 <screen><userinput remap="test">ip link set lo up</userinput></screen> 39 loopback device as well as set a hostname for some of the tests:</para> 40 41 <screen os="a01"><userinput remap="test">ip link set lo up 42 hostname clfs</userinput></screen> 42 43 </note> 43 44 44 <para os="a0 1">Before starting to configure, create a basic45 <para os="a02">Before starting to configure, create a basic 45 46 <filename>/etc/hosts</filename> file which will be referenced by one 46 47 of Perl's configuration files as well as used by the testsuite:</para> 47 48 48 <screen os="a0 2"><userinput remap="test">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen>49 <screen os="a03"><userinput remap="test">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> 49 50 50 51 <para os="a">To have full control over the way Perl is set up, you can … … 66 67 <term><parameter>-Dpager="/bin/less -isR"</parameter></term> 67 68 <listitem> 68 <para>This ensures that <command>perldoc</command> invokes the 69 <command>less</command> program rather than <command>more</command>, 70 as Less has not yet been installed.</para> 69 <para>This corrects an error in the way that <command>perldoc</command> 70 invokes the <command>less</command> program.</para> 71 71 </listitem> 72 72 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.