Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/perl-64bit.xml

    r9682e4d r686839b  
    3131       cpan/Compress-Raw-Zlib/config.in</userinput></screen>
    3232
    33     <para os="mp1">Perl does not, by default, know about library directories
    34     with names other than <filename class="directory">lib</filename>. The
    35     following patch will allow it to install to other directories:</para>
     33    <para os="mp1">Perl does not, by default, know about library directories with names other
     34    than lib, The following patch will allow it to install to other directories:</para>
    3635
    3736<screen os="mp2"><userinput>patch -Np1 -i ../&perl-multilib-patch;</userinput></screen>
    3837
    39     <para os="s1">There is a further (possibly cosmetic) anomaly - if we
    40     install Perl and then run <command>perl -V</command> it will claim that
    41     libc is in <filename class="directory">/lib</filename>.  The
    42     following sed fixes this, but only takes effect when
    43     <command>make install</command> is run:</para>
     38    <para os="s1">There is a further (possibly cosmetic) anomaly - if we install perl and
     39    then run <command>perl -V</command> it will claim that libc is in /lib.  The
     40    following sed fixes this, but only takes effect when <command>make install
     41    </command> is run:</para>
    4442
    4543<screen os="s2"><userinput>sed -i "/libc/s@/lib@/lib64@" hints/linux.sh</userinput></screen>
    4644
    47     <para os="m2">We still need to tell Perl to actually use <filename class="directory">lib64</filename>:</para>
     45    <para os="m2">We still need to tell perl to actually use lib64:</para>
    4846
    4947<screen os="m3"><userinput>echo 'installstyle="lib64/perl5"' >>hints/linux.sh</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.