diff options
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 38153e3eb..33ff5341d 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -58,7 +58,7 @@ where they are expected to reside:</para> <screen><userinput>mv /usr/lib/libncurses.so.5* /lib</userinput></screen> -<para>Because the libraries have been moved, a few symlinks are pointing to +<para>Because the libraries have been moved, a few symlinks point to non-existent files. Recreate those symlinks:</para> <screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so |