Changeset cbb23dd
- Timestamp:
- Aug 11, 2006, 2:14:08 PM (18 years ago)
- Children:
- aabfafa9
- Parents:
- 28b3f26
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/multilib/perl-64bit.xml
r28b3f26 rcbb23dd 32 32 33 33 <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> 35 35 36 36 <screen os="p4"><userinput>patch -Np1 -i ../&perl-multilib-patch;</userinput></screen> … … 39 39 then run <command>perl -V</command> it will claim that libc is in /lib. The 40 40 following patch fixes this, but only takes effect when <command>make install 41 </command> is run .</para>41 </command> is run:</para> 42 42 43 43 <screen os="p6"><userinput>patch -Np1 -i ../&perl-lib64-patch;</userinput></screen> 44 44 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> 46 46 47 47 <screen os="m3"><userinput>echo 'installstyle="lib64/perl5"' >>hints/linux.sh</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.