>> AC_SEARCH_LIBS(com_err, [krb5 'krb5 -ldes -lasn1 -lroken' com_err],
>> [], [AC_MSG_ERROR([could not find function 'com_err' required for
>> Kerberos 5])]) AC_SEARCH_LIBS(krb5_sendauth, [krb5
>> 'krb5 -ldes -lasn1 -lroken'], [], [AC_MSG_ERROR([could not find
>> function 'krb5_sendauth' required for Kerberos 5])])
>>
>> but I'm not sure why no one else would've complained before, if that
>> were necessary...
>
> Where are we on this?
A thousand apologies, I never posted back my results. I got it to build by
hacking configure as per the attached patch. Notice I don't have "roken" --
don't know what that is. -lroken should probably be patched a second place;
I only did it on the first one and it worked.
Alas, I haven't actually had a chance to see if Kereberos authentication
works, I only know this builds.
-Thanks, Jim