t-vault icon indicating copy to clipboard operation
t-vault copied to clipboard

EL 8 - Installer does not check for required OpenSSL libraries

Open HauptJ opened this issue 5 years ago • 0 comments

Operating system: CentOS 8 JDK: 1.8

Nginx fails to start due to the fact that the libssl.so.10 OpenSSL library is not installed by default on EL 8.

Quck workaround: install the compat-openssl10 package which includes the required OpenSSL libraries. dnf install compat-openssl10

Suggested fix: Check if the OS is EL 8 (CentOS 8, RHEL 8, etc), and if so, check if the required OpenSSL libraries are available.

HauptJ avatar Oct 05 '20 02:10 HauptJ