From owner-freebsd-questions@FreeBSD.ORG Sat Nov 1 16:04:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0C7F16A4CE for ; Sat, 1 Nov 2003 16:04:09 -0800 (PST) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.5.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE2243F3F for ; Sat, 1 Nov 2003 16:04:09 -0800 (PST) (envelope-from kellers@njit.edu) Received: from 10.0.1.9 (ool-4353d5dd.dyn.optonline.net [67.83.213.221]) by mta4.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HNP00IVR6SL4S@mta4.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Sat, 01 Nov 2003 19:02:46 -0500 (EST) Date: Sat, 01 Nov 2003 19:02:44 -0500 From: T Kellers In-reply-to: <004301c3a0d1$7793cd90$0102000a@home.local> To: Matt Edwards , freebsd-questions@freebsd.org, RaveBoy@Air-MaXX.net, Dirk Meyer Message-id: <200311011902.44665.kellers@njit.edu> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.5.4 References: <000a01c39b61$882f7390$0102000a@home.local> <004301c3a0d1$7793cd90$0102000a@home.local> Subject: Re: apache mod_ssl build error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2003 00:04:10 -0000 On Saturday 01 November 2003 06:40 pm, Matt Edwards wrote: > ---- Original Message ----- > From: "Dirk Meyer" > To: ; "Matt Edwards" > ; > Sent: Saturday, November 01, 2003 7:20 AM > Subject: Re: apache mod_ssl build error > > > Matt Edwards schrieb:, > > > > > Yep. Me again. Sorry. :) Did you ever find a solution to this (see > > below my > > > > name) besides moving to 5.1? I am currently having the same issue, > > (though n > > > > ot with portupgrade), with the building of mod_ssl itself. Trouble > > > is, > > I'm r > > > > unning 5.1. > > > > I have no problem on FreeBSD 5.1 > > > > > ap_fnmatch.c:143: `FNM_CASE_BLIND' undeclared (first use in this > > function) > > > you might habe a "fnmatch.h" ins /usr/local/include/ > > (maybe from the heimdal port) > > $ pkg_info -W /usr/local/include/fnmatch.h > > > > If you deinstall this file, mod_ssl will build without problems. > > > > kind regards Dirk > > > > - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany > > - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] > > Thank you Dirk. That was exactly what I needed to get it to build. I did > in fact have heimdal installed. I appreciate you getting back to me on > this. I un-installed heimdal, built and installed mod_ssl and then > reinstalled heimdal again. The only question that remains now is will the > re-install of heimdal cause any problems? So far kerberos is working fine, > but I have yet to configure apache for the ssl stuff to see if it is > working ok (not that I can't, I just haven't gotten around to doing it yet. > :). > > thanks, > > matt And a big Thanks from me, too. On just one of my servers, apache stopped portupgrading (within the past several weeks); it hadn't really grabbed my attention until a power failure in Newark on Wednesday made my operating version of apache+mod-ssl unrunnable (or so I thought) and I actually had to pkg_delete apache from the machine and then do a pkg_add -r apache+mod_ssl to get a working version back. The upshot of the apache blasting power failure was that it wasn't apache at all that was the actual culprit. When the machine rebooted and came back online, for some odd reason, portsentry grabbed port 80 and wouldn't let go. While apachectl startssl didn't return a command line error, the /var/log/ httpd-error logfile recorded that the port was already in use. ps -ax |grep http only returned grep http. I found the problem with netstat or sockstat (I forget now, it was a Real late night, that night), killed portsentry, restarted apache, and restarted portsentry. All has been well since. Now, though, I know what to do to properly portupgrade apache next time. Thanks Tim Kellers CPE/NJIT