Kerberos support in SSH
Ken Hornstein
kenh at cmf.nrl.navy.mil
Tue Apr 30 10:50:16 EDT 2002
>checking whether to use Kerberos... yes
>checking for gethostbyname in -lresolv... (cached) yes
>checking for com_err in -lcom_err... (cached) yes
>checking for krb5_decrypt in -lk5crypto... (cached) no
>checking for krb5_auth_con_init in -lkrb5... (cached) no
>No Kerberos5 installed - support disabled.
In older releases of Kerberos (such as 1.0.6) the crypto library was called
"libcrypto" as opposed to what it's testing for here (libk5crypto). First
you'll need to change that (check the config.log like Marcus suggested).
--Ken
More information about the Kerberos
mailing list