From owner-freebsd-questions@FreeBSD.ORG Thu Apr 27 00:55:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6850616A401 for ; Thu, 27 Apr 2006 00:55:34 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 225A943D45 for ; Thu, 27 Apr 2006 00:55:34 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id 5B73413C7E3; Wed, 26 Apr 2006 19:57:57 -0500 (CDT) Received: by bravo.pjkh.com (Postfix, from userid 1000) id 077B713C7C9; Wed, 26 Apr 2006 19:57:57 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id 04F8313C404; Wed, 26 Apr 2006 19:57:57 -0500 (CDT) Date: Wed, 26 Apr 2006 19:57:56 -0500 (CDT) From: Philip Hallstrom To: Bradford Fisher In-Reply-To: <53599B87179DE947A3F8E90550BA89296C1F@amserver.AffidavitMaker.local> Message-ID: <20060426195746.I69900@bravo.pjkh.com> References: <53599B87179DE947A3F8E90550BA89296C1F@amserver.AffidavitMaker.local> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: Re: PHP5 Compile Problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 00:55:34 -0000 > I'm currently trying to run: > > make CONFIGURE_ARGS+=--with-pcre-regex \ > CONFIGURE_ARGS+=--enable-fastcgi \ > CONFIGURE_ARGS+=--enable-force-cgi-redirect > > However, every time I run the command, I get an error about a problem > with apache13. But I do not want to install apache, because I plan to > use lighttpd instead. > > After talking with a couple people in the ##freebsd channel on > freenode.net, I edited my /usr/ports/lang/php5/Makefile so that it read > WITH_APACHE = NO and then ran "make distclean" in both the > /usr/ports/lang/php5 and /usr/ports/www/apache13 directories. Then I > reran the above command, but make still tried to obtain the apache13 > code and ended with an error. > > What might I be doing wrong? Maybe something in /var/db/ports/****