[Bug 1659252] Re: AC openssl library version mismatch in apache

Konrad 1659252 at bugs.launchpad.net
Wed Jan 25 22:28:02 CET 2017


Thanks for hints.

I've done some deeper search and found that is was caused by older
openldap-libs or/and apr-util. For some reason older apr-util have been
compiled with ldap. Upgrading both fix the problem.


I don't know if this problem require any work from you, but from my point of view this bug can be closed. Sorry for wasting your time.

-- 
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:
  New

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