From owner-freebsd-questions@FreeBSD.ORG Thu Mar 2 03:02:14 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 93E1516A420 for ; Thu, 2 Mar 2006 03:02:14 +0000 (GMT) (envelope-from pdonelan@optusnet.com.au) Received: from mail27.syd.optusnet.com.au (mail27.syd.optusnet.com.au [211.29.133.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3BC243D45 for ; Thu, 2 Mar 2006 03:02:13 +0000 (GMT) (envelope-from pdonelan@optusnet.com.au) Received: from [10.1.1.3] (203-214-81-94.dyn.iinet.net.au [203.214.81.94]) (authenticated sender pdonelan@optusnet.com.au) by mail27.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k2232B2U030546 for ; Thu, 2 Mar 2006 14:02:11 +1100 Message-ID: <44066027.3030405@optusnet.com.au> Date: Thu, 02 Mar 2006 14:01:59 +1100 From: Patrick Donelan User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 03:02:14 -0000 Hi, 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. Thanks, Patrick