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

2013-08-02 Thread Gilles Pion
2013/8/2 Andrew Bartlett : > If you can confirm, then if I can have a team member review and/or push > this for me, that would be great. We can then backport it to 4.0 and > 4.1 for the next releases of those branches. I confirm: tu be sure I've restarted from scratch, applied the patch then ran

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

2013-08-01 Thread Gilles Pion
2013/7/31 Andrew Bartlett > > Very interesting! That we certainly can fix, thanks for the heads-up! I've also filed a bug on that issue: https://bugzilla.samba.org/show_bug.cgi?id=10047 -- Gilles -- To unsubscribe from this list go to the following URL and read the instructions: https://list

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

2013-07-31 Thread Gilles Pion
2013/7/30 Gaiseric Vandal > > You may also want to set LD_LIBRARY_PATH to include /usr/local/openldap/lib It's the link phase which fails, not the run. The problem *is* the lack of "#include ": without it the configure check fails, with it is successful. I've been able to verify this BTW, AIX

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

2013-07-30 Thread Gilles Pion
placed 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', &#

Re: [Samba] (no subject)

2013-07-29 Thread Gilles Pion
Andrew Bartlett samba.org> writes: > Where is ldap.h on your system. It may be enough to just specify > CFLAGS="-I/usr/local/openldap/include" ./configure > > (if that is where ldap.h is). > > If we have found ldap.h, it will be added to those tests. > I'm using a dedicated openldap installa

Re: [Samba] samba4 build progress error for gpo_reg.c (explained)

2013-07-26 Thread Gilles Pion
Hasan Pekdemir writes: > > after changing above lines, I could build samba without any errors. I'm facing the same issue trying to compile samba 4.0.7 on AIX (surprised that this is still not fixed more than 1 year later...) Anyway, I've managed to fix the "data_type" vs "type" problem but st

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

2013-07-25 Thread Gilles Pion
Samba version 4.0.7 Aix 6.1 Compiler: IBM xlc Last lines of "./configure" output: Checking for ldap_init : not found Checking for ldap_init_fd : not found Checking for ldap_initialize : not found Checking for ldap_set_rebind_proc : not found Checking for ldap_add_result_entry : ok Checking wh