From owner-freebsd-stable@FreeBSD.ORG Fri Jul 29 15:03:18 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 102A916A423 for ; Fri, 29 Jul 2005 15:03:18 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F71D43D53 for ; Fri, 29 Jul 2005 15:03:17 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so650390wra for ; Fri, 29 Jul 2005 08:03:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f5WjpZvt8klKtreFqS0J7VGOghQKMEsdl6LeluLIqj4PMQuf1hQZGB1+a+djtmV573vw3pcVuMc58+2YRd/Fv08/DCscy1CmPDKXoIaXO59HckSArNS7Xz5OQTFhswxR72M8WfknHV7MFOJDTJeDrd30ZyP9jKX0ajPmmW146G0= Received: by 10.54.39.79 with SMTP id m79mr1368120wrm; Fri, 29 Jul 2005 08:03:16 -0700 (PDT) Received: by 10.54.29.26 with HTTP; Fri, 29 Jul 2005 08:03:16 -0700 (PDT) Message-ID: <790a9fff0507290803695de3be@mail.gmail.com> Date: Fri, 29 Jul 2005 10:03:16 -0500 From: Scot Hetzel To: "John R. Owens" In-Reply-To: <42E9B505.2080409@ghiapet.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42E9B505.2080409@ghiapet.homeip.net> Cc: freebsd-stable@freebsd.org Subject: Re: make apache2 not making mod_cgi X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2005 15:03:18 -0000 On 7/28/05, John R. Owens wrote: > I'm new to FreeBSD and ports, and don't know make well yet, so this > could just be something I messed up on my own, redoing the ports tree > and all. But the first couple of times I remade apache2, I got a > mod_cgi.so installed. Now, the past couple of times I've remade it > (perhaps since Wednesday or so?), it's making all the modules I want > except mod_cgi. I've cvsup'ed a couple of times since then, and I've got I'm not sure if the www/apache2 port stores your previous options, but if it does, you can clear it with: make rmconfig make clean Then try to build the port again. --=20 DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.