Matthias Koenig a écrit :
> Guillaume Rousse <guillaume.rou...@inria.fr> writes:
> 
>> More seriously, I think the proper solution would rather be fixing 
>> underliking in SASL (http://wiki.mandriva.com/en/Underlinking).
> 
> Hmm, are you really sure, that libsasl depends on kerberos symbols?
> In this case you would be right.
> I assumed that they're independent from each other and after
> a quick grep I couldn't find any krb5_* symbols in libsasl.
> At least the lookup_ldap.h header from autofs explicitly includes
> the krb5.h header.
Indeed. I just checked libsasl is built with -Wl,--no-undefined flag, 
and doesn't have undefined symbols either.

I guess the issue (in my case) is not to detect SASL presence, but to 
add -lkrb5 when building autofs ldap plugin (which can't use 
-Wl,--no-undefined safety option, as it is a plugin).

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to