[OpenAFS] aklog: build failure?

Ken Hornstein kenh@cmf.nrl.navy.mil
Wed, 21 Dec 2005 15:57:38 -0500


>I noted this conversation in the archives:
>
>http://www.mail-archive.com/openafs-info@openafs.org/msg18512.html
>aklog_main.c:198:2: error: #error "Must have either keyblock or  
>session member of krb5_creds"
>aklog_main.c:204:2: error: #error "You must have one of  
>krb5_524_convert_creds or krb524_convert_creds_kdc available"

I am guessing the autoconf tests to check for functionality in the
Kerberos library all failed (it doesn't look like to me that you have
include directories in likely places that Kerberos would live, although
the exact location of Kerberos varies between systems).  The autoconf
script checks some things to see what version of Kerberos you're using;
based on these errors, it doesn't look like any version was found.  You
should check the autoconf tests to see what went wrong (config.log
should be helpful).

--Ken