- 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
- Location:
- BOOK
- Files:
-
- 3 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> -
BOOK/final-system/multilib/perl-64bit.xml
rbcaa438 r0b1aa01 49 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 50 href="../common/perl.xml" 51 xpointer="xpointer(//*[@os='a00'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="../common/perl.xml" 55 xpointer="xpointer(//*[@os='a01'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 href="../common/perl.xml" 51 59 xpointer="xpointer(//*[@os='a'])"/> 52 60 … … 81 89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 82 90 href="../common/perl.xml" 83 xpointer="xpointer(//*[@os='f'])"/>84 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"86 href="../common/perl.xml"87 xpointer="xpointer(//*[@os='g'])"/>88 89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"90 href="../common/perl.xml"91 91 xpointer="xpointer(//*[@os='h'])"/> 92 92 -
BOOK/introduction/common/changelog.xml
rbcaa438 r0b1aa01 50 50 <para>[ken] - Alter gccbug to use mktemp, from LFS.</para> 51 51 </listitem> 52 <listitem> 53 <para>[ken] - Move creation of /etc/hosts within Perl instructions, 54 for repeatability, from LFS.</para> 55 </listitem> 52 56 </itemizedlist> 53 57 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.