From 711166645184366f4d0b09b34cbbeebae9ae5cd3 Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Mon, 6 Dec 2004 18:24:50 +0000 Subject: Updates to findutils, util-linux, and iproute2. More library changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/readline.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06/readline.xml') diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 482c356a3..e437e3adc 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -53,6 +53,11 @@ sometimes will only show 33 characters on a line and then wrap to the next line. mv /lib/lib{readline,history}.a /usr/lib +Now we will remove the old, .so files in /lib and relink them into /usr/lib. + +rm /lib/lib{readline,history}.so +ln -sf ../../lib/libreadline.so.5 /usr/lib/libreadline.so +ln -sf ../../lib/libhistory.so.5 /usr/lib/libhistory.so -- cgit v1.2.3-54-g00ecf