[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
Wed May 25 03:40:58 UTC 2016


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

Olli Hauer <ohauer at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ohauer at FreeBSD.org

--- Comment #3 from Olli Hauer <ohauer at FreeBSD.org> ---
This looks like an issue in the LD_LIBRARY_PATH.

Was there an alternative SSL (openssl from ports/libressl) installed during
build time and later removed?

Can you run the following commands and post the output?

$ ldd /usr/local/libexec/apache24/mod_ssl.so
$ ldconfig -r | grep -e lssl -e lcrypto
$ apr-1-config --ldflags
$ apr-1-config --libs

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


More information about the freebsd-apache mailing list