[Bug 227868] www/apache24: 2.4.33 won't start anymore with LibreSSL

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 2 13:08:04 UTC 2018


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

frank at fenor.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frank at fenor.de

--- Comment #11 from frank at fenor.de ---
Created attachment 192994
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192994&action=edit
This fixes it for me

I had exactly the same problem (using portmaster).

Since I found no solution using Google I dug through the Apache code, found the
reference to OPENSSL_malloc_init and saw, that it's special 1.1 API code. I
looked through LibreSSLs code and could not find OPENSSL_malloc_init at all,
but found the "old" CRYPTO_malloc_init. No clue what went wrong here.

I removed the conditional code from apaches source (see attached patch),
compiled it and now apache starts and serves over HTTPS just fine.

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


More information about the freebsd-apache mailing list