diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-07-30 21:04:25 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-07-30 21:04:25 +0000 |
commit | e8d07afc7041c7a98f63a685d12c6dd6c8db19b7 (patch) | |
tree | a7d18c7bb97fcf7fcd688c9f586ed0883ce568e9 /chapter06/readline.xml | |
parent | 5354ed99a8f58e65fca7cc1cd24051bac7024e4b (diff) |
Upgraded unstable to automake-1.9, man-1.5n, file-4.10, bash-3.0, perl-5.8.5, readline-5.0, tcl-8.4.7, binutils-2.15.91.0.2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r-- | chapter06/readline.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 047f9c106..96437bf1b 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -32,9 +32,7 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> way it is expected at times. Fix this behavior with the following patch:</para> -<screen><userinput>patch -Np1 -i ../readline-&readline-version;-gnu_fixes-1.patch</userinput></screen> - -<para>Now prepare Readline for compilation:</para> +<para>Prepare Readline for compilation:</para> <screen><userinput>./configure --prefix=/usr</userinput></screen> @@ -52,12 +50,12 @@ patch:</para> <para>And move them to a more appropriate location:</para> -<screen><userinput>mv /usr/lib/lib{readline,history}.so.4* /lib</userinput></screen> +<screen><userinput>mv /usr/lib/lib{readline,history}.so.5* /lib</userinput></screen> <para>Because the libraries have been moved, a few symlinks are now pointing to non-existent files. Recreate those symlinks:</para> -<screen><userinput>ln -sf ../../lib/libhistory.so.4 /usr/lib/libhistory.so +<screen><userinput>ln -sf ../../lib/libhistory.so.5 /usr/lib/libhistory.so ln -sf ../../lib/libreadline.so.4 /usr/lib/libreadline.so</userinput></screen> </sect2> |