From owner-freebsd-current@FreeBSD.ORG Sat Aug 21 02:41:32 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2B4F16A4CE for ; Sat, 21 Aug 2004 02:41:32 +0000 (GMT) Received: from CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com (CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com [69.193.222.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A3943D45 for ; Sat, 21 Aug 2004 02:41:32 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from localhost (localhost [127.0.0.1]) with ESMTP id 120DB295414; Fri, 20 Aug 2004 22:41:34 -0400 (EDT) Received: from CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com ([127.0.0.1])10024) with ESMTP id 11796-08; Fri, 20 Aug 2004 22:41:32 -0400 (EDT) Received: from 192.168.0.1 (localhost [127.0.0.1]) with ESMTP id 5DDCB295413; Fri, 20 Aug 2004 22:41:32 -0400 (EDT) Received: from 192.168.0.200 (SquirrelMail authenticated user mikej); by 192.168.0.1 with HTTP; Fri, 20 Aug 2004 22:41:32 -0400 (EDT) Message-ID: <1210.192.168.0.200.1093056092.squirrel@192.168.0.200> In-Reply-To: <20040821023305.GA8013@energistic.com> References: <1196.192.168.0.200.1093055290.squirrel@192.168.0.200> <20040821023305.GA8013@energistic.com> Date: Fri, 20 Aug 2004 22:41:32 -0400 (EDT) From: "Mike Jakubik" To: "Steve Ames" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at fbsd.wettoast.net cc: freebsd-current@freebsd.org Subject: Re: mod_php4 and php4-cli? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2004 02:41:32 -0000 Steve Ames said: > On Fri, Aug 20, 2004 at 10:28:10PM -0400, Mike Jakubik wrote: >> How can one install both php4-cli and mod_php4? I need to use both, >> however this is no longer possible with the new php port scheme. > > Install /usr/ports/lang/php4 ... cli and the apache mod come with it. > You'd only use -cli or mod-php4 if you didn't want the whole package. > > With the new layout you'd also probably want to install > /usr/ports/lang/php4-extensions. > > -Steve Ahhh, thanks!