Changeset bae9b6c for final-system
- Timestamp:
- Feb 21, 2006, 2:11:30 AM (19 years ago)
- Children:
- 63ca7338
- Parents:
- 9be8160
- Location:
- final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/perl.xml
r9be8160 rbae9b6c 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> -
final-system/multilib/perl-64bit.xml
r9be8160 rbae9b6c 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
Note:
See TracChangeset
for help on using the changeset viewer.