osixia / docker-openldap

OpenLDAP container image 🐳🌴

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

./configure messed up local installed openssl

Jovons opened this issue · comments

commented

I have openssl 1.1.1 installed, and ./configure fails, due to "error: OpenSSL 1.1.1 or newer required".

Then I installed openssl 3.1.0

# openssl version
OpenSSL 3.1.0 14 Mar 2023 (Library: OpenSSL 3.1.0 14 Mar 2023)

Then I run ./configure again, the same error:

error: OpenSSL 1.1.1 or newer required

Except this time, openssl any command would result error:

openssl: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

Why openldap configure procedure would mess anything that already installed on local server???

commented

Just noticed this is docker openldap, not openldap. I'm gonna close this.