From owner-freebsd-questions@FreeBSD.ORG Sun May 23 11:42:10 2004 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 49B5916A4CE for ; Sun, 23 May 2004 11:42:10 -0700 (PDT) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E2443D31 for ; Sun, 23 May 2004 11:42:09 -0700 (PDT) (envelope-from lists@natserv.com) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.11/8.12.11) with ESMTP id i4NGBCmH004688 for ; Sun, 23 May 2004 12:11:12 -0400 Date: Sun, 23 May 2004 12:13:41 -0400 (EDT) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: FreeBSD Questions List Message-ID: <20040523120947.A57342@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Installing all versions of PHP: CLI and apache mod 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: Sun, 23 May 2004 18:42:10 -0000 This post is mostly for the archives. I had installed mod_php4 and later needed to install the CLI version to get pear. After searching the archives and asking around for several days finally found the answer. To get CLI/Pear and web_mod installed just use the /lang/php4 port. To get ONLY mod or CLI install the /www/mod_php4 or lang/php4-cli respectively. The lang/php4 port tells you about the other ports, but it would help if the mod and cli port mentioned that the lang/php4 port installs both.