Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 May 2016 08:02:13 +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-2Zgo7dcS8v@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

--- Comment #4 from Ron Wingfield <Ron.Wingfield@archaxis.net> ---
(In reply to Olli Hauer from comment #3)

RE:  "Was there an alternative SSL (openssl from ports/libressl) installed
during build time and later removed?"  --  Not to my knowledge; certainly w=
ould
not have been my intention.  I used Synth to rebuild the app.

BTW, the reason for rebuilding was because something(?) totally
destroyed/deleted the installation . . .I was using Synth to rebuild things
MySQL server and client, p5-DBI and p5-DBD-mysql.  Next morning, I realized
that apache24 was broken.

The output of the following commands as requested:

# ldd /usr/local/libexec/apache24/mod_ssl.so
/usr/local/libexec/apache24/mod_ssl.so:
        libssl.so.7 =3D> /usr/lib/libssl.so.7 (0x28224000)
        libcrypto.so.7 =3D> /lib/libcrypto.so.7 (0x28c00000)
        libcrypt.so.5 =3D> /lib/libcrypt.so.5 (0x28281000)
        libthr.so.3 =3D> /lib/libthr.so.3 (0x282a5000)
        libc.so.7 =3D> /lib/libc.so.7 (0x2806f000)


# ldconfig -r | grep -e lssl -e lcrypto
        4:-lcrypto.5 =3D> /lib/libcrypto.so.5
        13:-lcrypto.7 =3D> /lib/libcrypto.so.7
        52:-lssl.5 =3D> /usr/lib/libssl.so.5
        86:-lssl.7 =3D> /usr/lib/libssl.so.7
        170:-lcrypto.8 =3D> /usr/local/lib/libcrypto.so.8
        428:-lcrypto.7 =3D> /usr/local/lib/libcrypto.so.7
        429:-lssl.7 =3D> /usr/local/lib/libssl.so.7
        447:-lssl.8 =3D> /usr/local/lib/libssl.so.8
        563:-lcrypto.4 =3D> /usr/local/lib/compat/libcrypto.so.4
        616:-lssl.4 =3D> /usr/local/lib/compat/libssl.so.4
        652:-lssl3.1 =3D> /usr/local/lib/nss/libssl3.so.1


# apr-1-config --ldflags
<nothing>


# apr-1-config --libs
 -lcrypt  -lpthread

--=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-2Zgo7dcS8v>