Ken Moffat wrote: > On Wed, Jan 02, 2013 at 09:20:12PM -0500, Roy Birk wrote: >> I see libncursesw.so.5 linking to libncursesw.so.5.9, but nothing named just >> libncurses.so. I guess it's missing and I don't know why. >> >> Thank you for responding. >> > I assume you are forced to top-post because you are using an ipad. > > The libncursesw* libraries and symlinks only come from chapter 6 - > and it is easy to break the symlinks by not following all the > instructions. But Bruce was asking about the chapter 5 versions in > /tools. If you don't have those, go back to chapter 5 and install > them.
Yes and no. $ cd /mnt/lfs/tools/lib $ ls -l libnc* -rw-r--r-- 1 167518 Dec 29 23:02 libncurses++.a -rw-r--r-- 1 639662 Dec 29 23:02 libncurses.a lrwxrwxrwx 1 15 Dec 29 22:50 libncurses.so -> libncurses.so.5 lrwxrwxrwx 1 17 Dec 29 22:50 libncurses.so.5 -> libncurses.so.5.9 -rwxr-xr-x 1 352905 Dec 29 23:02 libncurses.so.5.9 $ cd /mnt/lfs/tools/include ls -l nc* cu* -rw-r--r-- 1 root root 76209 Dec 29 22:50 curses.h -rw-r--r-- 1 root root 6582 Dec 29 22:50 cursesapp.h -rw-r--r-- 1 root root 27630 Dec 29 22:50 cursesf.h -rw-r--r-- 1 root root 19486 Dec 29 22:50 cursesm.h -rw-r--r-- 1 root root 8473 Dec 29 22:50 cursesp.h -rw-r--r-- 1 root root 49264 Dec 29 22:50 cursesw.h -rw-r--r-- 1 root root 7304 Dec 29 22:50 cursslk.h -rw-r--r-- 1 root root 4060 Dec 29 22:50 nc_tparm.h lrwxrwxrwx 1 root root 8 Dec 29 22:50 ncurses.h -> curses.h -rw-r--r-- 1 root root 3925 Dec 29 22:50 ncurses_dll.h -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
