From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmoyer@redhat.com Subject: Re: sasl plugin compilation failure Date: Mon, 07 May 2007 08:25:36 -0400 Message-ID: References: <44EC6AC2.3050503@inria.fr> <20070504210921.GD16190@cornholio.qualcomm.com> <20070505001644.GG16190@cornholio.qualcomm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070505001644.GG16190@cornholio.qualcomm.com> (Mike Marion's message of "Fri, 4 May 2007 17:16:44 -0700") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org To: Ian Kent Cc: autofs@linux.kernel.org, Mike Marion ==> Regarding Re: [autofs] sasl plugin compilation failure; Mike Marion adds: mmarion> On Fri, May 04, 2007 at 05:19:26PM -0400, Jeff Moyer wrote: >> Hmm, can you add a: #include >> >> 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 #include #include +#include #include #include #endif