Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2016 13:40:01 +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-HmycVkp0GW@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 #13 from Ron Wingfield <Ron.Wingfield@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: Cann=
ot
load libexec/apache24/mod_ssl.so into server:
/usr/local/libexec/apache24/mod_ssl.so: Undefined symbol "SSL_get_srp_useri=
nfo"



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" hea=
der
file?  . . .somewhere?

--=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-HmycVkp0GW>