From owner-freebsd-questions@FreeBSD.ORG Sat Nov 1 15:40:02 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 458C916A4CE for ; Sat, 1 Nov 2003 15:40:02 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F1043F3F for ; Sat, 1 Nov 2003 15:40:01 -0800 (PST) (envelope-from matthewedwards@comcast.net) Received: from MUGGLA (12-209-161-10.client.attbi.com[12.209.161.10]) by comcast.net (rwcrmhc12) with SMTP id <2003110123400101400cev9qe>; Sat, 1 Nov 2003 23:40:01 +0000 Message-ID: <004301c3a0d1$7793cd90$0102000a@home.local> From: "Matt Edwards" To: , , "Dirk Meyer" References: <000a01c39b61$882f7390$0102000a@home.local> Date: Sat, 1 Nov 2003 16:40:00 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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: Sat, 01 Nov 2003 23:40:02 -0000 ---- 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