All tests passed on Red Hat Enterprise Linux release 8.3 (Ootpa)

wget https://git.openldap.org/openldap/openldap/-/archive/OPENLDAP_REL_ENG_2_6/openldap-OPENLDAP_REL_ENG_2_6.tar.gz
tar zxvf openldap-OPENLDAP_REL_ENG_2_6.tar.gz
cd openldap-OPENLDAP_REL_ENG_2_6/
export CPPFLAGS="-I/usr/include -I/usr/lib64/perl5/CORE/" LDFLAGS=/usr/lib64/libperl.so
./configure --prefix=/usr/app/LDAP/binaries/openldap-OPENLDAP_REL_ENG_2_6 --sysconfdir=/usr/app/LDAP/binaries/openldap-OPENLDAP_REL_ENG_2_6 --mandir=/usr/local/share/man --enable-modules --enable-ldap --enable-dynlist --enable-ppolicy --enable-unique --with-gnu-ld --enable-refint --with-tls --enable-dynamic --enable-valsort --enable-perl --enable-rwm
make depend
make
make test
cd tests
make its

On Wed, Sep 29, 2021 at 12:17 AM Scott Classen <sclassen@lbl.gov> wrote:
All tests passed on CentOS 7.9.2009

wget https://git.openldap.org/openldap/openldap/-/archive/OPENLDAP_REL_ENG_2_6/openldap-OPENLDAP_REL_ENG_2_6.tar.gz
tar zxvf openldap-OPENLDAP_REL_ENG_2_6.tar.gz
cd openldap-OPENLDAP_REL_ENG_2_6/
LDFLAGS="-L/usr/lib64/openssl11 -Wl,-rpath,/usr/include/openssl11"
CPPFLAGS="-I/usr/include/openssl11"
export CPPFLAGS
export LDFLAGS
./configure --with-argon2 --with-systemd --with-tls=openssl --enable-mdb --with-cyrus-sasl --enable-spasswd --enable-syslog --enable-modules --enable-cleartext --enable-overlays --enable-accesslog --enable-auditlog --with-threads --enable-shared --enable-ldap --enable-monitor --enable-deref --enable-slapd --enable-ppolicy --enable-memberof
make depend
make
make test
cd tests
make its



> On Sep 28, 2021, at 12:12 PM, Quanah Gibson-Mount <quanah@symas.com> wrote:
>
> This is the second testing call for OpenLDAP 2.6.0 Release.  Depending on the results, this may be the final testing call.
>
> Generally, get the code for RE26:
>
> <https://git.openldap.org/openldap/openldap/-/archive/OPENLDAP_REL_ENG_2_6/openldap-OPENLDAP_REL_ENG_2_6.tar.gz>
>
> Extract, configure, and build.
>
> Execute the test suite (via make test) after it is built.  Optionally, cd tests && make its to run through the regression suite.
>
> A list of items fixed and added in 2.6 can be found at:
>
> <https://bugs.openldap.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&product=OpenLDAP&query_format=advanced&resolution=FIXED&resolution=TEST&target_milestone=2.6.0>
>
> A major change with 2.6 is the ability to bypass syslog for logging (ITS#6949).  This significantly improves slapd performance.  Currently this is being adjusted so that lloadd also supports this new feature, but it can be tested with slapd at this time.
>
> Additionally, the following deprecated backends have been removed:
>
> back-ndb
> back-shell
>
>
> Known issues:
>
> *) The standalone form of lloadd does not honor olcLogLevel when combined with the new logging parameters.  It will honor debug level settings passed via the -d option.
>
> *) The standalone form of lloadd can deadlock if the monitor backend is enabled.
>
> Regards,
> Quanah
>
>
> --
>
> Quanah Gibson-Mount
> Product Architect
> Symas Corporation
> Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
> <http://www.symas.com>