Changeset dccb1a6
- Timestamp:
- May 28, 2014, 7:10:22 PM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 6950fcb
- Parents:
- f7b56cf
- git-author:
- William Harrington <kb0iic@…> (05/28/14 19:10:06)
- git-committer:
- William Harrington <kb0iic@…> (05/28/14 19:10:22)
- Location:
- BOOK/final-system/multilib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/perl-64bit.xml
rf7b56cf rdccb1a6 36 36 37 37 <screen os="mp2"><userinput>patch -Np1 -i ../&perl-multilib-patch;</userinput></screen> 38 39 <para os="s1">There is a further (possibly cosmetic) anomaly - if we40 install Perl and then run <command>perl -V</command> it will claim that41 libc is in <filename class="directory">/lib</filename>. The42 following sed fixes this, but only takes effect when43 <command>make install</command> is run:</para>44 45 <screen os="s2"><userinput>sed -i "/libc/s@/lib@/lib64@" hints/linux.sh</userinput></screen>46 47 <para os="m2">We still need to tell Perl to actually use <filename class="directory">lib64</filename>:</para>48 49 <screen os="m3"><userinput>echo 'installstyle="lib64/perl5"' >> hints/linux.sh</userinput></screen>50 38 51 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/perl-n32.xml
rf7b56cf rdccb1a6 39 39 href="perl-64bit.xml" 40 40 xpointer="xpointer(//*[@os='mp2'])"/> 41 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"43 href="perl-64bit.xml"44 xpointer="xpointer(//*[@os='s1'])"/>45 46 <screen os="s2"><userinput>sed -i "/libc/s@/lib@/lib32@" hints/linux.sh</userinput></screen>47 48 <para os="m2">We still need to tell perl to actually use lib32:</para>49 50 <screen os="m3"><userinput>echo 'installstyle="lib32/perl5"' >> hints/linux.sh</userinput></screen>51 41 52 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.