From 78fc6e4e59ce61eccfedecfb565ebe737c468a30 Mon Sep 17 00:00:00 2001 From: Marc Heerdink Date: Tue, 1 May 2001 19:45:32 +0000 Subject: Updated the book for the new packages and a tiny tar installation fix (that I mentioned in my mail). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash-inst.xml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'chapter05/bash-inst.xml') diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 5380dbb3b..6bb0a4725 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -1,23 +1,6 @@ Installation of Bash - -Bash needs a static ncurses library that goes by the name of libcurses.a. Some -distributions provide this file under the name of libncurses.a. If this is the -case of your distribution, run the following two commands to fix the problem: - - - -Note: Normally, the libncurses.a file resides in the /usr/lib directory -but it might reside in /lib (like it does on LFS systems). Check this -first and adjust the path in the following commands accordingly: - - -
- cd /usr/lib && - ln -s libncurses.a libcurses.a -
- Install Bash by running the following commands: -- cgit v1.2.3-54-g00ecf