From owner-freebsd-questions@FreeBSD.ORG Thu Apr 27 00:01:33 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 63F9E16A481 for ; Thu, 27 Apr 2006 00:01:33 +0000 (UTC) (envelope-from bfisher@affidavitmaker.com) Received: from affidavitmaker.com (mail.affidavitmaker.com [64.108.5.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id D052E43D49 for ; Thu, 27 Apr 2006 00:01:32 +0000 (GMT) (envelope-from bfisher@affidavitmaker.com) MIME-Version: 1.0 Date: Wed, 26 Apr 2006 20:01:31 -0400 Message-ID: <53599B87179DE947A3F8E90550BA89296C1F@amserver.AffidavitMaker.local> Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: PHP5 Compile Problems thread-index: AcZpjb1kTHk9GZPOTOKVxDwMuN75mA== From: "Bradford Fisher" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:01:33 -0000 I'm currently trying to run: =20 make CONFIGURE_ARGS+=3D--with-pcre-regex \ CONFIGURE_ARGS+=3D--enable-fastcgi \ CONFIGURE_ARGS+=3D--enable-force-cgi-redirect =20 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. =20 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 =3D 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. =20 What might I be doing wrong? =20 Thanks! - Brad