Make problem with krb4-1.1.1

Russ Allbery rra at stanford.edu
Wed Aug 7 17:57:14 EDT 2002


Edwin Boersma <edwin @ cyclades-info . com> writes:

> I try to build Kerberos on a SuSE 7.1 server. I encounter a make problem
> while making krb4-1.1.1. The message is:

> Making all in editline
> ...
> In function 'TTYinfo':
> ..../lib/editline/editline.c:245: undefined reference to 'tgetent'
> ..../lib/editline/editline.c:250: undefined reference to 'tgetstr'
> ..../lib/editline/editline.c:255: undefined reference to 'tgetnum'
> ..../lib/editline/editline.c:256: undefined reference to 'tgetnum'
> collect2: ld returned 1 exit status

> I cannot find anything in de documentation. The configure script ran without
> problems.

> What is missing here? Or did I forgot something?

I'm not sure exactly where this is failing, but the above error messages
indicate that you need to link against -lncurses (or some similar library)
and this isn't being done.

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>



More information about the Kerberos mailing list