https://bz.apache.org/bugzilla/show_bug.cgi?id=62346
Bug ID: 62346
Summary: LibreSSL 2.7.2+ blocks load of mod_ssl, Undefined
symbol "OPENSSL_malloc_init"
Product: Apache httpd-2
Version: 2.4.33
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: blocker
Priority: P2
Component: mod_ssl
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
LibreSSL 2.7.2's inclusion into the ports tree has created a bit of a rash of
issues. Most are documented at https://wiki.freebsd.org/LibreSSL/2.7.
Apache24 is listed as patched and does, in fact, build without glaring errors.
And, after patching a few ports that don't have their patches integrated yet, I
can rebuild all ports without fails
https://forums.freebsd.org/threads/python27-problem-at-packaging-stage.51189/page-2#post-386195
However, in my environment (at least) it will not start - this is on every jail
I have - Apache24 will not start:
httpd: Syntax error on line 130 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 "OPENSSL_malloc_init"
The following innocuous seeming error seems relevant
--- mod_ssl.slo ---
mod_ssl.c:404:5: warning: implicit declaration of function
'OPENSSL_malloc_init' is invalid in C99 [-Wimplicit-function-declaration]
OPENSSL_malloc_init();
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]