https://bz.apache.org/bugzilla/show_bug.cgi?id=60114
Bug ID: 60114
Summary: Apache configuration using SSL failed
Product: Apache httpd-2
Version: 2.4.23
Hardware: PC
OS: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: mod_ssl
Assignee: [email protected]
Reporter: [email protected]
Hi,
I am using the following versions of the software:
=> openssl (v1.1.0)
=> Apache (v2.4.23)
=> OS : Centos7
When I tried restart httpd or configtest command, I am getting below error:
[root@servname lib64]# /usr/local/apache/httpd-2.4.23/bin/apachectl configtest
httpd: Syntax error on line 140 of
/usr/local/apache/httpd-2.4.23/conf/httpd.conf: Cannot load modules/mod_ssl.so
into server: libssl.so.1.1: cannot open shared object file: No such file or
directory
Some checks done and the following files are found with links:
/usr/local/apache/httpd-2.4.23/modules/mod_ssl.so (without link)
/usr/local/openssl/openssl-1.1.0/lib/libssl.so -> libssl.so.1.1
/usr/local/openssl/openssl-1.1.0/lib/libcrypto.so -> libcrypto.so.1.1
I'm not sure (as I'm not linux expert) but, maybe issue related to the libs
link:
[root@servname lib64]# ll /usr/lib64/libssl*
/usr/lib64/libssl3.so
/usr/lib64/libssl.so.10 -> libssl.so.1.0.1e
/usr/lib64/libssl.so.1.0.1e
/usr/lib64/libssl.so.1.1.0 -> libssl.so.10
[root@servname lib64]# ll /usr/lib64/libcrypto*
/usr/lib64/libcrypto.so.10 -> libcrypto.so.1.0.1e
/usr/lib64/libcrypto.so.1.0.1e
/usr/lib64/libcrypto.so.1.1.0 -> libcrypto.so.10
Please help me to resolve the error.
BR
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]