From f8217e15032f5b1c0731a650f61dce06b14a9b9e Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 11 Sep 2001 16:37:06 +0000 Subject: [PATCH] some textual updates git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash-inst.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 032d09ddc..1a7522c90 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -3,14 +3,17 @@ Before you attempt to install Bash, you have to check to make sure your distribution has the /usr/lib/libcurses.a and -/usr/lib/libncurses.a files. If both of the files -are missing, you have to install the ncurses development package. This -package is often call something like ncurses-dev. +/usr/lib/libncurses.a files. If your host +distribution is an LFS system, all files will be present if you followed +the instructions of the book version you read exactly. -If this package is already installed, or you just did it, check -for the two files again. Often the libcurses.a file -is (still) missing. If so, then create libcurses.a -as a symlink by running the following commands: +If both of the files are missing, you have to install the ncurses +development package. This package is often call something like +ncurses-dev. If this package is already installed, +or you just did it, check for the two files again. Often the +libcurses.a file is (still) missing. If so, then +create libcurses.a as a symlink by running the +following commands: cd /usr/lib && ln -s libncurses.a libcurses.a