[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
Thu May 26 13:40:01 UTC 2016


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

--- Comment #13 from Ron Wingfield <Ron.Wingfield at archaxis.net> ---
Unfortunately, no joy per your suggestion:

# mkdir /usr/lib.old
# mv /usr/lib/libssl.so.5 /usr/lib.old/
# mv /lib/libcrypto.so.5 /usr/lib.old/

# apachectl -T
httpd: Syntax error on line 143 of /usr/local/etc/apache24/httpd.conf: Cannot
load libexec/apache24/mod_ssl.so into server:
/usr/local/libexec/apache24/mod_ssl.so: Undefined symbol "SSL_get_srp_userinfo"



I've looked at the dates of the two versions of libssl.so.n
I can't explain the versions.  I will say that portmaster has done some ugly
things in the past.


# ls -lh /usr/lib/libssl.so.*
-r--r--r--  1 root  wheel   367K Dec 25 23:06 libssl.so.7
# ls -lh /usr/lib.old/libssl.so.*
-r--r--r--  1 root  wheel   258K Jun  3  2015 /usr/lib.old/libssl.so.5

Regarding this "Undefined symbol "SSL_get_srp_userinfo"  . . .how and where
would this code be introduced into the system?  Is there a missing ".h" header
file?  . . .somewhere?

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


More information about the freebsd-apache mailing list