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. ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
