==> Regarding Re: [autofs] sasl plugin compilation failure; Mike Marion <[EMAIL PROTECTED]> adds:
mmarion> On Fri, May 04, 2007 at 05:19:26PM -0400, Jeff Moyer wrote: >> Hmm, can you add a: #include <krb5.h> >> >> to include/lookup_ldap.h ? mmarion> Yep.. that did it. Compiles and links against libsasl2.so now. Ian, it seems we need this patch. I have no idea how things build without it! Additionally, we should add some configure magic to check for the krb5 development libraries. -Jeff diff --git a/include/lookup_ldap.h b/include/lookup_ldap.h index d33bda9..571c8fe 100644 --- a/include/lookup_ldap.h +++ b/include/lookup_ldap.h @@ -5,6 +5,7 @@ #include <openssl/ssl.h> #include <openssl/evp.h> #include <openssl/err.h> +#include <krb5.h> #include <sasl/sasl.h> #include <libxml/tree.h> #endif _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
