BUG #18017: configure --with-ldap fails when openldap is installed

Started by PG Bug reporting formalmost 3 years ago4 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 18017
Logged by: Miriam Blume
Email address: miriam.blume@prudential.com
PostgreSQL version: 15.3
Operating system: Red Hat Enterprise Linux release 8.8
Description:

./configure --prefix=/opt/PostgreSQL/postgresql-15.2 --with-openssl
--with-ldap

<snip>
checking for HMAC_CTX_new... yes
checking for HMAC_CTX_free... yes
checking for CRYPTO_lock... no
checking for ldap_bind in -lldap... no
configure: error: library 'ldap' is required for LDAP

we have:
openldap-2.4.46-18.el8.x86_64

Bug: it does not recognize the presence of openldap.

Note: yes I did not try 15.3. We have an approval process that makes
obtaining 15.3 not trivial. But 15.3 release notes do not mention ldap so I
expect bug to be in 15.3 too. Can anyone confirm issue please?

#2Miriam Blume
miriam.blume@prudential.com
In reply to: PG Bug reporting form (#1)
Re: BUG #18017: configure --with-ldap fails when openldap is installed

I was able to reproduce the issue with 15.3

From: PG Bug reporting form <noreply@postgresql.org>
Date: Friday, July 7, 2023 at 12:47
To: pgsql-bugs@lists.postgresql.org <pgsql-bugs@lists.postgresql.org>
Cc: Miriam Blume <miriam.blume@prudential.com>
Subject: BUG #18017: configure --with-ldap fails when openldap is installed
The following bug has been logged on the website:

Bug reference: 18017
Logged by: Miriam Blume
Email address: miriam.blume@prudential.com
PostgreSQL version: 15.3
Operating system: Red Hat Enterprise Linux release 8.8
Description:

./configure --prefix=/opt/PostgreSQL/postgresql-15.2 --with-openssl
--with-ldap

<snip>
checking for HMAC_CTX_new... yes
checking for HMAC_CTX_free... yes
checking for CRYPTO_lock... no
checking for ldap_bind in -lldap... no
configure: error: library 'ldap' is required for LDAP

we have:
openldap-2.4.46-18.el8.x86_64

Bug: it does not recognize the presence of openldap.

Note: yes I did not try 15.3. We have an approval process that makes
obtaining 15.3 not trivial. But 15.3 release notes do not mention ldap so I
expect bug to be in 15.3 too. Can anyone confirm issue please?

#3Wetmore, Matthew (CTR)
Matthew.Wetmore@express-scripts.com
In reply to: Miriam Blume (#2)
RE: BUG #18017: configure --with-ldap fails when openldap is installed

Hi,

When I worked at SirusXm and we had RHEL, we had lots of issues with RHEL 'secure LTS versions' not having the right dependencies for newer bleeding edge stuff. In fact, RHEL stable was almost 1-2 years behind for some things.

Check with your RHEL IT team and ask them to look into.

This may not be a Postgres thing, but a RHEL issue.

From: Miriam Blume <miriam.blume@prudential.com>
Sent: Friday, July 7, 2023 11:23 AM
To: pgsql-bugs@lists.postgresql.org
Subject: [EXTERNAL] Re: BUG #18017: configure --with-ldap fails when openldap is installed

I was able to reproduce the issue with 15.3

From: PG Bug reporting form <noreply@postgresql.org<mailto:noreply@postgresql.org>>
Date: Friday, July 7, 2023 at 12:47
To: pgsql-bugs@lists.postgresql.org<mailto:pgsql-bugs@lists.postgresql.org> <pgsql-bugs@lists.postgresql.org<mailto:pgsql-bugs@lists.postgresql.org>>
Cc: Miriam Blume <miriam.blume@prudential.com<mailto:miriam.blume@prudential.com>>
Subject: BUG #18017: configure --with-ldap fails when openldap is installed
The following bug has been logged on the website:

Bug reference: 18017
Logged by: Miriam Blume
Email address: miriam.blume@prudential.com<mailto:miriam.blume@prudential.com>
PostgreSQL version: 15.3
Operating system: Red Hat Enterprise Linux release 8.8
Description:

./configure --prefix=/opt/PostgreSQL/postgresql-15.2 --with-openssl
--with-ldap

<snip>
checking for HMAC_CTX_new... yes
checking for HMAC_CTX_free... yes
checking for CRYPTO_lock... no
checking for ldap_bind in -lldap... no
configure: error: library 'ldap' is required for LDAP

we have:
openldap-2.4.46-18.el8.x86_64

Bug: it does not recognize the presence of openldap.

Note: yes I did not try 15.3. We have an approval process that makes
obtaining 15.3 not trivial. But 15.3 release notes do not mention ldap so I
expect bug to be in 15.3 too. Can anyone confirm issue please?

#4Laurenz Albe
laurenz.albe@cybertec.at
In reply to: PG Bug reporting form (#1)
Re: BUG #18017: configure --with-ldap fails when openldap is installed

On Fri, 2023-07-07 at 16:46 +0000, PG Bug reporting form wrote:

Operating system:   Red Hat Enterprise Linux release 8.8

./configure --prefix=/opt/PostgreSQL/postgresql-15.2 --with-openssl
--with-ldap

<snip>
checking for HMAC_CTX_new... yes
checking for HMAC_CTX_free... yes
checking for CRYPTO_lock... no
checking for ldap_bind in -lldap... no
configure: error: library 'ldap' is required for LDAP

we have:
openldap-2.4.46-18.el8.x86_64

Bug: it does not recognize the presence of openldap.

Well, you probably don't have the C headers installed.

Try installing the openldap-devel package.

Yours,
Laurenz Albe