Changeset 403203d


Ignore:
Timestamp:
Aug 11, 2006, 7:14:08 AM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
abdbe76
Parents:
01a181ce
Message:

Text updates

File:
1 edited

Legend:

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

    r01a181ce r403203d  
    3232
    3333    <para os="p3">Perl does not, by default, know about library directories with names other
    34     than lib, such as lib64.  The following patch will allow it to install to lib64.</para>
     34    than lib, such as lib64.  The following patch will allow it to install to lib64:</para>
    3535
    3636<screen os="p4"><userinput>patch -Np1 -i ../&perl-multilib-patch;</userinput></screen>
     
    3939    then run <command>perl -V</command> it will claim that libc is in /lib.  The
    4040    following patch fixes this, but only takes effect when <command>make install
    41     </command> is run.</para>
     41    </command> is run:</para>
    4242
    4343<screen os="p6"><userinput>patch -Np1 -i ../&perl-lib64-patch;</userinput></screen>
    4444
    45     <para os="m2">We still need to tell perl to actually use lib64</para>
     45    <para os="m2">We still need to tell perl to actually use lib64:</para>
    4646
    4747<screen os="m3"><userinput>echo 'installstyle="lib64/perl5"' >>hints/linux.sh</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.