Build problems with Suse 9.2

Ken Raeburn raeburn at MIT.EDU
Tue Mar 21 16:52:03 EST 2006


On Mar 21, 2006, at 12:17, Nima Mazloumi wrote:
> I tried to compile kerberos on SuSe 9.2 but got tons of warnings.  
> At the end
> I get also an error:
>
> telnet.o(.text+0x1b3d): In function `suboption':
> /usr/local/src/krb5-1.4.3/src/appl/telnet/telnet/telnet.c:783:  
> undefined
> reference to `tgetent'
> collect2: ld returned 1 exit status
> make[3]: *** [telnet] Error 1
> make[2]: *** [all-recurse] Error 1
> make[1]: *** [all-recurse] Error 1
> make: *** [all-recurse] Error 1

This usually means that some library like ncurses hasn't been  
installed, but is needed.  (The development version -- it may be in a  
different package from the library you use at run time.)

I've already put a patch in for the 1.5 release which I hope will  
flag this problem at configuration time rather than at compile time.

Ken



More information about the Kerberos mailing list