Re: Configure openldap 2.5.6 on CentOS7 with TLS

2021-07-30 Thread Scott Classen
Aha… of course. Just for the record this is how I was able to build and test OpenLDAP 2.5.6 on CentOS Linux release 7.9.2009 (Core) using openssl version 1.1.1g from the EPEL repo. sudo yum install openssl11.x86_64 sudo yum install openssl11-devel.x86_64 sudo yum install openssl11-

Re: Configure openldap 2.5.6 on CentOS7 with TLS

2021-07-29 Thread Quanah Gibson-Mount
--On Thursday, July 29, 2021 5:13 PM -0700 Scott Classen wrote: checking for SSL_export_keying_material_early in -lssl... no configure: error: Could not locate TLS/SSL package Any idea how I might get past this? I can configure, make depend, and make if I don't specify the "--with-tls=op

Re: Configure openldap 2.5.6 on CentOS7 with TLS

2021-07-29 Thread Nick Folino
Have you tried --with-tls without the =openssl? On Thu, Jul 29, 2021 at 7:13 PM Scott Classen wrote: > Hello, > > I’m making some progress with building 2.5.6 on my CentOS 7 machine, but I > am stuck getting TLS support > > First I installed openssl version 1.1.1 from the epel repository: > > su

Configure openldap 2.5.6 on CentOS7 with TLS

2021-07-29 Thread Scott Classen
Hello, I’m making some progress with building 2.5.6 on my CentOS 7 machine, but I am stuck getting TLS support First I installed openssl version 1.1.1 from the epel repository: sudo yum install openssl11.x86_64 sudo yum install openssl11-devel.x86_64 sudo yum install openssl11-libs.x