On Tue, 2013-07-30 at 11:47 +0200, Gilles Pion wrote:

> Note that with the following fix to ".source3/wscript" the check is
> successfull,
> 
> replaced
> conf.CHECK_FUNCS_IN('ldap_init ldap_init_fd ldap_initialize
>                      ldap_set_rebind_proc', 'ldap')
> conf.CHECK_FUNCS_IN('ldap_add_result_entry', 'ldap')
> 
> by
> conf.CHECK_FUNCS_IN('ldap_init ldap_init_fd ldap_initialize
> ldap_set_rebind_proc', 'ldap',
>                      headers='ldap.h lber.h')
> conf.CHECK_FUNCS_IN('ldap_add_result_entry', 'ldap',
>                      headers='ldap.h')

Very interesting!  That we certainly can fix, thanks for the heads-up!

Andrew Bartlett

-- 
Andrew Bartlett
http://samba.org/~abartlet/
Authentication Developer, Samba Team           http://samba.org
Samba Developer, Catalyst IT                   http://catalyst.net.nz


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to