[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 08:02:13 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209743
--- Comment #4 from Ron Wingfield <Ron.Wingfield at 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 would
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 => /usr/lib/libssl.so.7 (0x28224000)
libcrypto.so.7 => /lib/libcrypto.so.7 (0x28c00000)
libcrypt.so.5 => /lib/libcrypt.so.5 (0x28281000)
libthr.so.3 => /lib/libthr.so.3 (0x282a5000)
libc.so.7 => /lib/libc.so.7 (0x2806f000)
# ldconfig -r | grep -e lssl -e lcrypto
4:-lcrypto.5 => /lib/libcrypto.so.5
13:-lcrypto.7 => /lib/libcrypto.so.7
52:-lssl.5 => /usr/lib/libssl.so.5
86:-lssl.7 => /usr/lib/libssl.so.7
170:-lcrypto.8 => /usr/local/lib/libcrypto.so.8
428:-lcrypto.7 => /usr/local/lib/libcrypto.so.7
429:-lssl.7 => /usr/local/lib/libssl.so.7
447:-lssl.8 => /usr/local/lib/libssl.so.8
563:-lcrypto.4 => /usr/local/lib/compat/libcrypto.so.4
616:-lssl.4 => /usr/local/lib/compat/libssl.so.4
652:-lssl3.1 => /usr/local/lib/nss/libssl3.so.1
# apr-1-config --ldflags
<nothing>
# apr-1-config --libs
-lcrypt -lpthread
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list