Changeset d3a81ee for BOOK/final-system/multilib
- Timestamp:
 - May 29, 2014, 12:53:29 AM (11 years ago)
 - Branches:
 - clfs-3.0.0-sysvinit, sysvinit
 - Children:
 - 150ed37
 - Parents:
 - 5bef7df
 - git-author:
 - Chris Staub <chris@…> (05/29/14 00:48:56)
 - git-committer:
 - Chris Staub <chris@…> (05/29/14 00:53:29)
 - Location:
 - BOOK/final-system/multilib
 - Files:
 - 
      
- 5 edited
 
- 
          
  ncurses-64bit.xml (modified) (1 diff)
 - 
          
  ncurses-n32.xml (modified) (1 diff)
 - 
          
  ncurses.xml (modified) (1 diff)
 - 
          
  perl-64bit.xml (modified) (1 diff)
 - 
          
  perl-n32.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/final-system/multilib/ncurses-64bit.xml
r5bef7df rd3a81ee 86 86 87 87 <screen os="m"><userinput>for lib in curses ncurses form panel menu ; do 88 echo "INPUT(-l${lib}w)" >/usr/lib64/lib${lib}.so88 echo "INPUT(-l${lib}w)" > /usr/lib64/lib${lib}.so 89 89 ln -sfv lib${lib}w.a /usr/lib64/lib${lib}.a 90 90 done  - 
      
BOOK/final-system/multilib/ncurses-n32.xml
r5bef7df rd3a81ee 86 86 87 87 <screen os="m"><userinput>for lib in curses ncurses form panel menu ; do 88 echo "INPUT(-l${lib}w)" >/usr/lib32/lib${lib}.so88 echo "INPUT(-l${lib}w)" > /usr/lib32/lib${lib}.so 89 89 ln -sfv lib${lib}w.a /usr/lib32/lib${lib}.a 90 90 done  - 
      
BOOK/final-system/multilib/ncurses.xml
r5bef7df rd3a81ee 87 87 88 88 <screen os="m"><userinput>for lib in curses ncurses form panel menu ; do 89 echo "INPUT(-l${lib}w)" >/usr/lib/lib${lib}.so89 echo "INPUT(-l${lib}w)" > /usr/lib/lib${lib}.so 90 90 ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a 91 91 done  - 
      
BOOK/final-system/multilib/perl-64bit.xml
r5bef7df rd3a81ee 47 47 <para os="m2">We still need to tell Perl to actually use <filename class="directory">lib64</filename>:</para> 48 48 49 <screen os="m3"><userinput>echo 'installstyle="lib64/perl5"' >>hints/linux.sh</userinput></screen>49 <screen os="m3"><userinput>echo 'installstyle="lib64/perl5"' >> hints/linux.sh</userinput></screen> 50 50 51 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"  - 
      
BOOK/final-system/multilib/perl-n32.xml
r5bef7df rd3a81ee 48 48 <para os="m2">We still need to tell perl to actually use lib32:</para> 49 49 50 <screen os="m3"><userinput>echo 'installstyle="lib32/perl5"' >>hints/linux.sh</userinput></screen>50 <screen os="m3"><userinput>echo 'installstyle="lib32/perl5"' >> hints/linux.sh</userinput></screen> 51 51 52 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  