[Samba] "./configure" LDAP checks failing on AIX

Andrew Bartlett abartlet at samba.org
Wed Jul 31 14:54:58 MDT 2013


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




More information about the samba mailing list