From owner-freebsd-questions@FreeBSD.ORG Thu Mar 2 06:23:27 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 4C14316A420 for ; Thu, 2 Mar 2006 06:23:27 +0000 (GMT) (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 88F4E43D6B for ; Thu, 2 Mar 2006 06:23:24 +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 6DFA413C7C0; Thu, 2 Mar 2006 00:24:32 -0600 (CST) Received: by bravo.pjkh.com (Postfix, from userid 1000) id 3CDC813C7DD; Thu, 2 Mar 2006 00:24:32 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id 3A15D13C404; Thu, 2 Mar 2006 00:24:32 -0600 (CST) Date: Thu, 2 Mar 2006 00:24:32 -0600 (CST) From: Philip Hallstrom To: Patrick Donelan In-Reply-To: <44066027.3030405@optusnet.com.au> Message-ID: <20060302002250.V69511@bravo.pjkh.com> References: <44066027.3030405@optusnet.com.au> 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: Trying to build for apache 2 not apache 1 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, 02 Mar 2006 06:23:27 -0000 > I am having trouble installing a port/package because it wants to use Apache > 1.3 whereas I am running Apache 2 on the server in question. > > As far as I can tell, I should install by building the port rather than using > the package because the package is obviously pre-compiled for Apache 1.3. > Fair enough, but how can I build the port for apache 2 if there aren't any > makefile options regarding apache? The port in question is php4-mysql. Skim through /usr/ports/Mk/bsd.apache.mk and look at some of the variables... WITH_APACHE2, USE_APACHE, APACHE_PORT, etc... I haven't done it with php4-mysql, but with php5-extensions setting some of the above did the trick (in my case I wanted www/apache13-modssl). -philip