[Bug 1659252] Re: AC openssl library version mismatch in apache
Elan Ruusamäe
1659252 at bugs.launchpad.net
Sun Jan 29 23:48:15 CET 2017
solved with dist upgrade
** Changed in: pld-linux
Importance: Undecided => Medium
** Changed in: pld-linux
Status: New => Fix Released
** Changed in: pld-linux
Assignee: (unassigned) => Elan Ruusamäe (glen666)
--
You received this bug notification because you are subscribed to PLD
Linux.
https://bugs.launchpad.net/bugs/1659252
Title:
AC openssl library version mismatch in apache
Status in PLD Linux:
Fix Released
Bug description:
In AC Apache binary and mod_ssl have different openssl library
compiled in causing SSL vhost to stop working. Any "SSLEngine On"
directive causes following error "Unable to initialize TLS servername
extension callback (incompatible OpenSSL version?)" and prevent apache
to start.
/usr/sbin/httpd.prefork -v
Server version: Apache/2.2.32 (PLD/Linux)
Server built: Jan 16 2017 17:14:55
ldd /usr/sbin/httpd.prefork | grep ssl
libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0xb7c9b000)
ldd /usr/lib/apache/mod_ssl.so | grep ssl
libssl.so.1.0.0 => /lib/libssl.so.1.0.0 (0xb7eeb000)
Apache should be recompiled using 1.0.2 openssl
To manage notifications about this bug go to:
https://bugs.launchpad.net/pld-linux/+bug/1659252/+subscriptions
More information about the pld-bugs
mailing list