From owner-freebsd-ports@FreeBSD.ORG Thu May 27 08:29:21 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 322491065672 for ; Thu, 27 May 2010 08:29:21 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta06.emeryville.ca.mail.comcast.net (qmta06.emeryville.ca.mail.comcast.net [76.96.30.56]) by mx1.freebsd.org (Postfix) with ESMTP id 178B28FC22 for ; Thu, 27 May 2010 08:29:20 +0000 (UTC) Received: from omta04.emeryville.ca.mail.comcast.net ([76.96.30.35]) by qmta06.emeryville.ca.mail.comcast.net with comcast id NYVM1e0040lTkoCA6YVMLM; Thu, 27 May 2010 08:29:21 +0000 Received: from koitsu.dyndns.org ([98.248.46.159]) by omta04.emeryville.ca.mail.comcast.net with comcast id NYVM1e0013S48mS8QYVMqc; Thu, 27 May 2010 08:29:21 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id C145F9B418; Thu, 27 May 2010 01:29:19 -0700 (PDT) Date: Thu, 27 May 2010 01:29:19 -0700 From: Jeremy Chadwick To: "O. Hartmann" Message-ID: <20100527082919.GA33007@icarus.home.lan> References: <4BFE219E.1060508@zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BFE219E.1060508@zedat.fu-berlin.de> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: FreeBSD Stable , freebsd-ports@FreeBSD.org Subject: Re: www/lighttpd: lighttpd won't start anymore after SSL Update in 8.1-PRERELEASE (2010-05-27 09:34:56: (network.c.529) SSL: error:00000000:lib(0):func(0):reason(0)) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2010 08:29:21 -0000 On Thu, May 27, 2010 at 09:39:10AM +0200, O. Hartmann wrote: > Since I performed a make buildworld and installed everything and > after an update of the ports tree (with which lighttpd was updated > from lighttpd-1.4.26 to lighttpd-1.4.26_1 I receive this error when > trying to start lighttpd: > > 2010-05-27 09:34:56: (network.c.529) SSL: > error:00000000:lib(0):func(0):reason(0) > > Are there any suggestions/known issues/workaround or is this a > serious error and should be ready for a PR? I think you're correlating two things in correctly. The OpenSSL update was completely separate and unrelated to the update to ports/www/lighttpd. The version bump in ports/www/lighttpd was done for an unrelated reason (to add support for TCP_NODELAY): http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/lighttpd/Makefile http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/lighttpd/Makefile.diff?r1=1.77;r2=1.78;f=h Simply put: due to the OpenSSL upgrade, people should rebuild all ports that are dependent upon OpenSSL. If your problem persists after that, then I would recommend contacting the lighttpd folks to find out why their software doesn't work with OpenSSL 0.9.8n. I can tell you factually that Apache 2.2 (ports/www/apache22) works fine after the OpenSSL bump. I *did* rebuild Apache after seeing the OpenSSL change, however. This is what happens when there are library or include file semantic changes. I have to regularly remind folks that there is no guarantee a semantic change results in a bump of the shared library version number (e.g. libxxx.so.6 --> libxxx.so.7). -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |