Guillaume Rousse <[EMAIL PROTECTED]> writes:

> Jeff Moyer a écrit :
>> Do you have krb5 development libraries and headers installed?  It's
>> looking for this:
>> 
>> typedef struct krb5_principal_data {
>>     krb5_magic magic;
>>     krb5_data realm;
>>     krb5_data *data;            /* An array of strings */
>>     krb5_int32 length;
>>     krb5_int32 type;
>> } krb5_principal_data;
>> 
>> typedef krb5_principal_data * krb5_principal;
> Actually, I had heimdal libraries, instead of mit kerberos, and the lack
> of error message for missing header file confused me. Despite having the
> same include file name (krb5.h), heimdal does not have the same
> structure defined. It would be wise to add a configure test for this issue.
>
> Installing MIT kerberos solved the issue, thanks.

OK.  Clearly, I haven't tried using the Heimdal implementation.  I'll
add it to my ever-growing list.  ;)

Cheers,

Jeff

_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to