diff options
-rw-r--r-- | chapter06/ncurses-exp.xml | 8 | ||||
-rw-r--r-- | chapter06/ncurses-inst.xml | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index fe4ee321b..e67973053 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -20,10 +20,10 @@ properly so we do it manaully instead.</para> programs try to link using -lcurses instead of -lncurses. This symlink ensures that they will install correctly.</para> -<para><userinput>ln -sf ../../lib/libncurses.so:</userinput> This link -is created because if it isn't, the linker will not find the dynamic -library when linking and so link all programs with the static ncurses -library.</para> +<para><userinput>ln -sf ../../lib/libncurses.so etc:</userinput> These +links are created because if they aren't, the linker will not find the +dynamic libraries when linking and so link all programs with the static +versions.</para> </sect2> diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 2ec5b55f3..fa39b4289 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -12,6 +12,10 @@ <userinput>chmod 755 *.5.2 &&</userinput> <userinput>cd /usr/lib &&</userinput> <userinput>ln -sf libncurses.a libcurses.a &&</userinput> -<userinput>ln -sf ../../lib/libncurses.so</userinput></screen></para> +<userinput>ln -sf ../../lib/libncurses.so &&</userinput> +<userinput>ln -sf ../../lib/libcurses.so &&</userinput> +<userinput>ln -sf ../../lib/libform.so &&</userinput> +<userinput>ln -sf ../../lib/libpanel.so &&</userinput> +<userinput>ln -sf ../../lib/libmenu.so &&</userinput></screen></para> </sect2> |