From owner-freebsd-questions@FreeBSD.ORG Mon Dec 15 16:09:32 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 96E0816A4CE for ; Mon, 15 Dec 2003 16:09:32 -0800 (PST) Received: from munk.nu (mail.munk.nu [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1778143D57 for ; Mon, 15 Dec 2003 16:09:31 -0800 (PST) (envelope-from munk@munk.nu) Received: from munk by munk.nu with local (Exim 4.24; FreeBSD) id 1AW2mG-0007xZ-Rh; Tue, 16 Dec 2003 00:09:28 +0000 Date: Tue, 16 Dec 2003 00:09:28 +0000 From: Jez Hancock To: Chris Message-ID: <20031216000928.GF25086@users.munk.nu> Mail-Followup-To: Chris , freebsd-questions@freebsd.org References: <20031215213821.79889.qmail@web40403.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215213821.79889.qmail@web40403.mail.yahoo.com> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: MySQL 4.0.16 + PHP 4.3.4 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: Tue, 16 Dec 2003 00:09:32 -0000 On Mon, Dec 15, 2003 at 01:38:21PM -0800, Chris wrote: > You know, it never occured to me that there were individual > Apache modules in the ports. Thanks Josh! Doesn't look like > it would help in this case, though, as the mod_php port is > for Apache 1.3, and I need 2.0. I believe you can force the mod_php4 port to install for apache2 using 'WITH_APACHE2'. Having said this though last time I looked the mod_php4 port automatically detects what version of apache you're running so you don't even need to use WITH_APACHE2. Here it is - in /usr/ports/lang/php4/Makefile (which the mod_php4 make process uses): .if exists(${LOCALBASE}/include/apache2/apr.h) WITH_APACHE2= yes .endif -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/ - ipfw peruser traffic logging