NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Latest NetBSD 6.0_RC1



On 8/19/2012 9:02 AM, Hisashi T Fujinaka wrote:
On Sun, 19 Aug 2012, Dave Tyson wrote:

Just CVS'ed up and built a GENERIC kernel for  6.0_RC1 on i386. The build
reported no errors, but the resulting kernel crashes very early on and
reboots
the machine.

Anyone else seeing this?

Mine boots and runs but apache24 won't start because of missing
SSL_SESSION_get_compress_id. Not sure what I'm doing wrong.


I believe the issue is that until the most recent OpenSSL 1.0.1 import, Apache incorrectly thought it could use the (new to Apache 2.4.x) public OpenSSL API. Unfortunately, the one shipped with NetBSD doesn't support SSL_SESSION_get_compress_id, despite the version number implying it can.

Solutions are to either update to -current (as of a week or so ago), or to tell Apache to use the old OpenSSL interface at configure time.

        ScottE


Home | Main Index | Thread Index | Old Index