[OpenAFS] aklog: build failure?
Michael Bartosh
mbartosh@mac.com
Wed, 21 Dec 2005 14:37:41 -0700
On Dec 21, 2005, at 1:57 PM, Ken Hornstein wrote:
>> 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).
>
doh.. I assumed configure would look for krb out of box.. calling --
with-krb5-conf fixed things right up.
> One final note: I realized that you were the guy who had the "Can't
> get
> information about cell ..." problem.
config problem on my end.. that's fixed.
Thanks-
-mb