Re: No libldap_r in OpenLDAP 2.5 - use LDAP_API_FEATURE_X_OPENLDAP_REENTRANT from ldap_features.h

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Дилян Палаузов <dilyan(dot)palauzov(at)aegee(dot)org>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: No libldap_r in OpenLDAP 2.5 - use LDAP_API_FEATURE_X_OPENLDAP_REENTRANT from ldap_features.h
Date: 2021-08-25 14:36:40
Message-ID: 545973.1629902200@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?UTF-8?Q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD_?= =?UTF-8?Q?=D0=9F=D0=B0=D0=BB=D0=B0=D1=83=D0=B7=D0=BE=D0=B2?= <dilyan(dot)palauzov(at)aegee(dot)org> writes:
> I run Linux from Scratch system. All old binaries, are linked with
> libldap(_r)-2.4, all new things get linked towards libldap-2.5 . So
> the configuration step always sees libldap-2.5 as most current (and its
> header files). I can in theory point the build process to versioned-
> headers, but I do not have to.

> The problem here is, that libldap_r-2.4, libldap-2.4, and libldap-2.5
> are installed on the system. I want that libpq.so is not linked with
> libldap_r-2.4, but with libldap-2.5.

If that is your plan, then you should have only the 2.5 libldap-devel
support installed, not 2.4. In particular, that would mean that you
shouldn't have any .so symlinks for the 2.4 libraries, which should
cause configure not to see them.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2021-08-25 14:55:52 Re: Bug in error reporting for multi-line JSON
Previous Message Дилян Палаузов 2021-08-25 14:27:26 Re: No libldap_r in OpenLDAP 2.5 - use LDAP_API_FEATURE_X_OPENLDAP_REENTRANT from ldap_features.h