Changeset 521c55b for BOOK/final-system
- Timestamp:
- Feb 21, 2006, 2:14:03 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:
- 9836f0a3
- Parents:
- 7447a2c
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/perl.xml
r7447a2c r521c55b 34 34 <sect2 role="installation"> 35 35 <title>Installation of Perl</title> 36 37 <para os="p1">This patch corrects a vulnerability in sprintf:</para> 38 39 <screen os="p2"><userinput>patch -Np1 -i ../&perl-sprintf-patch;</userinput></screen> 36 40 37 41 <para os="a00">Before starting to configure, create a basic -
BOOK/final-system/multilib/perl-64bit.xml
r7447a2c r521c55b 31 31 therefore only install one version.</para> 32 32 33 <para os="p1">Perl does not, by default, know about library directories with names other 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/perl.xml" 35 xpointer="xpointer(//*[@os='p1'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/perl.xml" 39 xpointer="xpointer(//*[@os='p2'])"/> 40 41 <para os="p3">Perl does not, by default, know about library directories with names other 34 42 than lib, such as lib64. The following patch will allow it to install to lib64.</para> 35 43 36 <screen os="p 2"><userinput>patch -Np1 -i ../&perl-multilib-patch;</userinput></screen>44 <screen os="p4"><userinput>patch -Np1 -i ../&perl-multilib-patch;</userinput></screen> 37 45 38 <para os="p 3">There is a further (possibly cosmetic) anomaly - if we install perl and46 <para os="p5">There is a further (possibly cosmetic) anomaly - if we install perl and 39 47 then run <command>perl -V</command> it will claim that libc is in /lib. The 40 48 following patch fixes this, but only takes effect when <command>make install 41 49 </command> is run.</para> 42 50 43 <screen os="p 4"><userinput>patch -Np1 -i ../&perl-lib64-patch;</userinput></screen>51 <screen os="p6"><userinput>patch -Np1 -i ../&perl-lib64-patch;</userinput></screen> 44 52 45 53 <para os="m2">We still need to tell perl to actually use lib64</para>
Note:
See TracChangeset
for help on using the changeset viewer.