Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 May 2016 03:40:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   [Bug 209743] www/apache24: Cannot load /usr/local/libexec/apache24/mod_ssl.so, after upgrade from 2.4.18
Message-ID:  <bug-209743-16115-uKi9LZmQcW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209743-16115@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209743-16115@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209743

Olli Hauer <ohauer@FreeBSD.org> changed:

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

--- Comment #3 from Olli Hauer <ohauer@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209743-16115-uKi9LZmQcW>