diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash-inst.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 59f14e23c..7283b50ae 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -9,11 +9,11 @@ the instructions of the book version you read exactly.</para> <para>If both of the files are missing, you have to install the Ncurses development package. This package is often called something like -<emphasis>ncurses-dev</emphasis>. If this package is already installed, -or you just installed it, check for the two files again. Often the -<filename>libcurses.a</filename> file is (still) missing. If so, then -create <filename>libcurses.a</filename> as a symlink by running the -following commands as user root:</para> +<emphasis>ncurses-dev</emphasis> or <emphasis>ncurses-static</emphasis>. If +this package is already installed, or you just installed it, check for the +two files again. Often the <filename>libcurses.a</filename> file is (still) +missing. If so, then create <filename>libcurses.a</filename> as a symlink +by running the following commands as user root:</para> <para><screen><userinput>ln -s libncurses.a /usr/lib/libcurses.a</userinput></screen></para> |