[Bug 209743] www/apache24: Cannot load /usr/local/libexec/apache24/mod_ssl.so, after upgrade from 2.4.18

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 26 12:58:57 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209743

--- Comment #12 from Olli Hauer <ohauer at FreeBSD.org> ---
Ah, stop, I think I see whats going on.
 In the ldd output there are two ssl libs in /usr/lib
    52:-lssl.5 => /usr/lib/libssl.so.5
    86:-lssl.7 => /usr/lib/libssl.so.7

Can you temporary move /usr/lib/libssl.so.5 out to a different dir 
$ mkdir /usr/lib.old
$ mv /usr/lib/libssl.so.5 /usr/lib.old/
$ mv /lib/libcrypto.so.5 /usr/lib.old/

and try to start apache

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-apache mailing list