diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-25 18:14:53 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-25 18:14:53 +0000 |
commit | d493379124a7f2b297846b3883b8143e2ecd4c46 (patch) | |
tree | 45e83abd08bb5f144358825cf8d023000d09a585 /chapter06/ncurses-inst.xml | |
parent | 7a160765712bda1fd696d3526361b2dee1de7832 (diff) |
[Bug 126] add ncurses.so symlink in /usr/lib
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1032 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r-- | chapter06/ncurses-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index c332f40bb..2ec5b55f3 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -11,6 +11,7 @@ <userinput>mv *.a /usr/lib &&</userinput> <userinput>chmod 755 *.5.2 &&</userinput> <userinput>cd /usr/lib &&</userinput> -<userinput>ln -sf libncurses.a libcurses.a</userinput></screen></para> +<userinput>ln -sf libncurses.a libcurses.a &&</userinput> +<userinput>ln -sf ../../lib/libncurses.so</userinput></screen></para> </sect2> |