Is it possible to specify an alternate openssl? The default openssl that is distributed with CentOS7 is 1.0.2 which is too old. I have installed 1.1.1g from the epel repository so I have these packages available:
openssl.x86_64 1:1.0.2k-21.el7_9 @updates openssl-devel.x86_64 1:1.0.2k-21.el7_9 @updates openssl-libs.x86_64 1:1.0.2k-21.el7_9 @updates openssl11.x86_64 1:1.1.1g-3.el7 @epel openssl11-devel.x86_64 1:1.1.1g-3.el7 @epel openssl11-libs.x86_64 1:1.1.1g-3.el7 @epel But I’m not sure how to specify this during configure. Thanks, Scott > On Apr 22, 2021, at 9:56 AM, Quanah Gibson-Mount <[email protected]> wrote: > > This is a testing call for OpenLDAP 2.5 Release Candidate (OpenLDAP 2.5.4) > Depending on the results, this may be the only testing call. > > Generally, get the code for RE25: > > <https://git.openldap.org/openldap/openldap/-/archive/OPENLDAP_REL_ENG_2_5/openldap-OPENLDAP_REL_ENG_2_5.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. > > Note that there are new features in 2.5, so please examine the options > available with configure carefully. Some examples: > > The new load balancer, which can either be built as a module for slapd > (--enable-balancer=mod) or as a standalone server (--enable-balancer=yes) > > The libargon2 password module (--enable-argon2). > > Systemd notification support (--with-systemd=yes). > > > Thanks! > > Regards, > Quanah > > -- > > Quanah Gibson-Mount > Product Architect > Symas Corporation > Packaged, certified, and supported LDAP solutions powered by OpenLDAP: > <http://www.symas.com>
