From owner-freebsd-ports@FreeBSD.ORG Wed Dec 15 15:52:26 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6D9216A4CE for ; Wed, 15 Dec 2004 15:52:26 +0000 (GMT) Received: from lariat.org (lariat.org [63.229.157.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E7243D1D for ; Wed, 15 Dec 2004 15:52:25 +0000 (GMT) (envelope-from brett@lariat.org) Received: from runaround.lariat.org (IDENT:ppp1000.lariat.org@lariat.org [63.229.157.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id IAA24216 for ; Wed, 15 Dec 2004 08:52:23 -0700 (MST) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <6.2.0.14.2.20041215084409.065ce810@localhost> X-Mailer: QUALCOMM Windows Eudora Version 6.2.0.14 Date: Wed, 15 Dec 2004 08:52:15 -0700 To: ports@freebsd.org From: Brett Glass Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: Installing Apache 2 and PHP5 from packages on 4.10-R X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 15:52:26 -0000 I've run into an interesting problem while attempting to set up a simple Web server, with PHP5, on 4.10-RELEASE. On a fresh install of the OS, I went to the menu of binary packages and selected Apache 2; it installed without incident. Then, I went back in and selected PHP5. The installation process tried to bring in -- of all things -- Apache 1.3! It then died with an error (not surprisingly; I already had a newer and better version of Apache installed.) Is there a simple workaround for this glitch? I could see if the results are different if I build both Apache 2 and PHP from ports, but this will take quite a long time (due to some huge dependencies) and could very well fail the same way. --Brett Glass