make check error: t_locate_kdc.c:118:undefined reference to `krb5_locate_srv_dns_1'

Brian Candler B.Candler at pobox.com
Mon Oct 11 01:22:05 EDT 2010


On Sun, Oct 10, 2010 at 02:43:33PM +0800, Huiya Zhu wrote:
> I'm trying to set up kerberos in my Ubuntu 10.4 ,now all are ok for "make"
> and "make install" but i got the following errors after the "make check":

Aside: you probably know this, but just to be clear, you shouldn't need to
compile anything just to "set up kerberos" in your Ubuntu 10.4.

apt-cache search krb
sudo apt-get install krb5-user    # kerberos login utilities
sudo apt-get install krb5-clients # kerberized clients - telnet etc
sudo apt-get install krb5-kdc     # kerberos KDC

In my Ubuntu 10.04.1 these give Kerberos 1.8.1.



More information about the Kerberos mailing list