On Aug 28, 2013, at 06:31, Guido Larrain wrote:
> That's correct... but the thing is i only need the libraries from openldap...
>
> so i've been trying with this command to create only a build as a client
>
> ./configure --prefix=/www/openldap-2.3.43 --disable-slapd --disable-slurpd
>
> which finished successfully, then i ran this...
>
> make depend
>
> here is the result of the execution…
> ../../include/ldap_pvt_thread.h:64:7: error: missing binary operator before
> token "("
> I really appreciate if some can help me with this matter. Thanks in advance!
I Googled this error message and was quickly led to this page:
http://icephoenix.us/linuxunix/build-openldap-2-3-x-from-sources-on-ubuntu/
It says this is a bug in openldap that's fixed in version 2.4.15 and later, or
if you want to stay with 2.3.x you can apply a patch that they have a link to.