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.
-- 
Guillaume Rousse
Moyens Informatiques - INRIA Futurs
Tel: 01 69 35 69 62

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

Reply via email to