[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Back-ldap configuration and id-assertion.



> On Wed, Sep 1, 2010 at 11:14 AM, Mustafa A. Hashmi <mahashmi@gmail.com>
> wrote:
>> On Wed, Sep 1, 2010 at 12:11 AM, Mustafa A. Hashmi <mahashmi@gmail.com>
>> wrote:
>>> On Tue, Aug 31, 2010 at 9:31 PM,  <masarati@aero.polimi.it> wrote:
>>
>> I've uploaded the log file named:
>> mustafa-hashmi-20110901-slapd-backldap-log.txt to the incoming folder.
>> Please let me know if you need additional information.

Thanks for the logs, I'll let you know.

>> I am going to give the code in HEAD a shot and report back (hopefully
>> within a few hours).
>
> I have everything compiled on a new xen and will be start testing
> shortly. Just a small note:
>
> when compiling php-5.3.3 against openldap, php configure bails with
> the following error:
>
> configure:53475: checking for LDAP support
> configure:53522: checking for LDAP Cyrus SASL support
> configure:55867: checking for 3 arg ldap_set_rebind_proc
> ... long link list removed ...
> /opt/zivios/openldap/lib/libldap.so: undefined reference to `lutil_atoix'
> /opt/zivios/openldap/lib/libldap.so: undefined reference to `ldif_getline'
> /opt/zivios/openldap/lib/libldap.so: undefined reference to
> `ldif_countlines'
> /opt/zivios/openldap/lib/libldap.so: undefined reference to
> `ldif_parse_line2'
> /opt/zivios/openldap/lib/libldap.so: undefined reference to `ldif_debug'
> collect2: ld returned 1 exit status
>
> The same configure script works fine with openldap-2.4.23. Couldn't
> find anything relevant except:
>
>   http://www.openldap.org/its/index.cgi/Build?id=6517;page=1
>
> I'll start the back-ldap tests shortly.

Those functions belong to libldif (except for lutil_atoix, not sure what
it's doing there); not sure what the issue is...

p.