Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2016 12:58:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@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-13-QGWfOqVkLf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209743-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209743-13@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

--- Comment #12 from Olli Hauer <ohauer@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 =3D> /usr/lib/libssl.so.5
    86:-lssl.7 =3D> /usr/lib/libssl.so.7

Can you temporary move /usr/lib/libssl.so.5 out to a different dir=20
$ 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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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