Re: 6.32 Inetutils-1.7: make error: telnetd link sees Undefined 'tgetent'

2010-05-21 Thread Bill Brown
Thanks Chris, Redoing section 6.19 (Ncurses Install) fixed the problem. The first listing below is what I have after the reinstall of Ncurses (inetutils installs fine): root:/sources/inetutils-1.7# ls -l /{usr/,}lib/*curses* lrwxrwxrwx 1 root root 18 May 21 10:26 /lib/libncursesw.so.5 -> l

Re: 6.32 Inetutils-1.7: make error: telnetd link sees Undefined 'tgetent'

2010-05-21 Thread Bill Brown
root:/sources/inetutils-1.7# ls -l /{usr/,}lib/*curses* lrwxrwxrwx 1 root root 18 May 2 14:28 /lib/libncursesw.so.5 -> libncursesw.so.5.7 -rwxr-xr-x 1 root root 400156 May 2 14:28 /lib/libncursesw.so.5.7 lrwxrwxrwx 1 root root 15 May 2 14:29 /usr/lib/libncurses++.a -> libncurses++w.a -

Re: 6.32 Inetutils-1.7: make error: telnetd link sees Undefined 'tgetent'

2010-05-20 Thread Chris Staub
On 05/21/2010 01:06 AM, Bill Brown wrote: > LFS ver 6.6: chapter 6.32 > > while making inetutils-1.7 I get the following error: > > utility.o: In function `terminaltypeok': > /sources/inetutils-1.7/telnetd/utility.c:825: undefined reference to > `tgetent' > collect2: ld returned 1 exit status > mak