diff options
author | Marc Heerdink <gimli@linuxfromscratch.org> | 2001-05-01 19:45:32 +0000 |
---|---|---|
committer | Marc Heerdink <gimli@linuxfromscratch.org> | 2001-05-01 19:45:32 +0000 |
commit | 78fc6e4e59ce61eccfedecfb565ebe737c468a30 (patch) | |
tree | 08c0d1904c13ab7b62460ab03895df3b8b226193 /chapter05/bash-inst.xml | |
parent | 4bf43069509b00c98c83bb45512b681702998c90 (diff) |
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
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r-- | chapter05/bash-inst.xml | 17 |
1 files changed, 0 insertions, 17 deletions
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 @@ -2,23 +2,6 @@ <title>Installation of Bash</title> <para> -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: -</para> - -<para> -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: -</para> - -<blockquote><literallayout> - <userinput>cd /usr/lib &&</userinput> - <userinput>ln -s libncurses.a libcurses.a</userinput> -</literallayout></blockquote> - -<para> Install Bash by running the following commands: </para> |