Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 May 2018 13:08:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   [Bug 227868] www/apache24: 2.4.33 won't start anymore with LibreSSL
Message-ID:  <bug-227868-16115-bSF2ibf9eW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227868-16115@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227868-16115@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=3D227868

frank@fenor.de changed:

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

--- Comment #11 from frank@fenor.de ---
Created attachment 192994
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D192994&action=
=3Dedit
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227868-16115-bSF2ibf9eW>