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 <[email protected]> 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>

Reply via email to