From: jmoyer@redhat.com
To: Ian Kent <raven@themaw.net>
Cc: autofs@linux.kernel.org, Mike Marion <mmarion@qualcomm.com>
Subject: Re: sasl plugin compilation failure
Date: Mon, 07 May 2007 08:25:36 -0400 [thread overview]
Message-ID: <m3irb4x1kv.fsf@redhat.com> (raw)
In-Reply-To: <20070505001644.GG16190@cornholio.qualcomm.com> (Mike Marion's message of "Fri, 4 May 2007 17:16:44 -0700")
==> Regarding Re: [autofs] sasl plugin compilation failure; Mike Marion <mmarion@qualcomm.com> 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
next prev parent reply other threads:[~2007-05-07 12:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-23 14:48 sasl plugin compilation failure Guillaume Rousse
2006-08-24 2:27 ` Ian Kent
2006-08-24 6:44 ` Guillaume Rousse
2007-05-03 21:32 ` Mike Marion
2007-05-03 21:46 ` Jeff Moyer
2007-05-04 21:09 ` Mike Marion
2007-05-04 21:19 ` Jeff Moyer
2007-05-05 0:16 ` Mike Marion
2007-05-07 12:25 ` jmoyer [this message]
2007-05-07 12:23 ` Ian Kent
2007-05-08 5:47 ` Mike Marion
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3irb4x1kv.fsf@redhat.com \
--to=jmoyer@redhat.com \
--cc=autofs@linux.kernel.org \
--cc=mmarion@qualcomm.com \
--cc=raven@themaw.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.