Ignore:
Timestamp:
07/30/2004 09:52:00 PM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
Branches:
6.0
Children:
4fdb55e
Parents:
fd01247
Message:

Upgraded testing to automake-1.9, man-1.5n, file-4.10, bash-3.0, perl-5.8.5, readline-5.0, tcl-8.4.7

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@3971 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/readline.xml

    rfd01247 r8748bf3  
    2929<title>Installation of Readline</title>
    3030
    31 <para>Readline has a number of bugs in it that cause it to not behave the
    32 way it is expected at times. Fix this behavior with the following
    33 patch:</para>
    34 
    35 <screen><userinput>patch -Np1 -i ../readline-&readline-version;-gnu_fixes-1.patch</userinput></screen>
    36 
    37 <para>Now prepare Readline for compilation:</para>
     31<para>Prepare Readline for compilation:</para>
    3832
    3933<screen><userinput>./configure --prefix=/usr</userinput></screen>
     
    5347<para>And move them to a more appropriate location:</para>
    5448
    55 <screen><userinput>mv /usr/lib/lib{readline,history}.so.4* /lib</userinput></screen>
     49<screen><userinput>mv /usr/lib/lib{readline,history}.so.5* /lib</userinput></screen>
    5650
    5751<para>Because the libraries have been moved, a few symlinks are now pointing to
    5852non-existent files. Recreate those symlinks:</para>
    5953
    60 <screen><userinput>ln -sf ../../lib/libhistory.so.4 /usr/lib/libhistory.so
     54<screen><userinput>ln -sf ../../lib/libhistory.so.5 /usr/lib/libhistory.so
    6155ln -sf ../../lib/libreadline.so.4 /usr/lib/libreadline.so</userinput></screen>
    6256
Note: See TracChangeset for help on using the changeset viewer.