Symas is pleased to provide binary builds of the OpenLDAP 2.5.2 beta for testing purposes only on the following select platforms. Builds install into /opt/openldap25/ with state files stored in /var/opt/openldap25/ so as to be entirely self contained. No init scripts are provided and it is expected that end testers are familiar with OpenLDAP configuration. Please file any software (not packaging) related issues found at https://bugs.openldap.org/
Platforms: Ubuntu 20.04 LTS RHEL8 and binary compatible distributions (note: requires EPEL) Fedora 34
-------------------------------------------------- Ubuntu 20.04 LTS installation instructions:
sudo add-apt-repository ppa:symas/openldap25 sudo apt-get update
sudo apt install openldap-clients openldap-server --------------------------------------------------
-------------------------------------------------- RHEL8 installation instructions:
dnf install 'dnf-command(copr)' dnf install epel-release dnf copr enable symas/openldap25 yum install openldap25-libs openldap25-clients openldap25-server --------------------------------------------------
-------------------------------------------------- Fedora 34 installation instructions: dnf install 'dnf-command(copr)' dnf copr enable symas/openldap25 yum install openldap25-libs openldap25-clients openldap25-server --------------------------------------------------
Regards, Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
On Fri, 26 Feb 2021, Quanah Gibson-Mount wrote:
Symas is pleased to provide binary builds of the OpenLDAP 2.5.2 beta
On RHEL8, I did:
./configure && make && make test
and got a failure:
cd tests && make test make[1]: Entering directory '/home/jokke/ol/openldap-2.5.2beta/tests' make[2]: Entering directory '/home/jokke/ol/openldap-2.5.2beta/tests' Initiating LDAP tests for MDB... Running ./scripts/all for mdb...
Executing all LDAP tests for mdb Starting test000-rootdse for mdb...
running defines.sh Starting slapd on TCP/IP port 9011... Using ldapsearch to retrieve the root DSE... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... ./scripts/test000-rootdse: line 61: kill: (111510) - No such process ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
Test failed test000-rootdse failed for mdb after 31 seconds
(exit 255) make[2]: *** [Makefile:298: mdb-yes] Error 255 make[2]: Leaving directory '/home/jokke/ol/openldap-2.5.2beta/tests' make[1]: *** [Makefile:284: test] Error 2 make[1]: Leaving directory '/home/jokke/ol/openldap-2.5.2beta/tests' make: *** [Makefile:296: test] Error 2
On Fedora 33, all those tests completed okay and "make its" was successful, too.
Best regards, Jokke H.
--On Sunday, February 28, 2021 7:36 PM +0200 openldap-technical@kolttonen.fi wrote:
./configure && make && make test
This is not particularly useful information. What development software packages do you have installed for slapd to link against?
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
--On Sunday, February 28, 2021 3:37 PM -0800 Quanah Gibson-Mount quanah@symas.com wrote:
--On Sunday, February 28, 2021 7:36 PM +0200 openldap-technical@kolttonen.fi wrote:
./configure && make && make test
This is not particularly useful information. What development software packages do you have installed for slapd to link against?
Ok, I was able to reproduce this by having nothing available for slapd to link against.
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
--On Sunday, February 28, 2021 3:42 PM -0800 Quanah Gibson-Mount quanah@symas.com wrote:
--On Sunday, February 28, 2021 3:37 PM -0800 Quanah Gibson-Mount quanah@symas.com wrote:
--On Sunday, February 28, 2021 7:36 PM +0200 openldap-technical@kolttonen.fi wrote:
./configure && make && make test
This is not particularly useful information. What development software packages do you have installed for slapd to link against?
Ok, I was able to reproduce this by having nothing available for slapd to link against.
This is ITS#9483, thanks. For now, install the openssl development package and you'll be able to proceed.
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
On Sun, 28 Feb 2021, Quanah Gibson-Mount wrote:
This is ITS#9483, thanks. For now, install the openssl development package and you'll be able to proceed.
Confirmed. After doing "yum install openssl-devel", all openldap-2.5.2beta tests passed on RHEL8.
best regards, Jokke H.
openldap-technical@openldap.org