From owner-freebsd-questions@FreeBSD.ORG Tue May 4 13:40:26 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 0403E16A4CE for ; Tue, 4 May 2004 13:40:26 -0700 (PDT) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B23A43D41 for ; Tue, 4 May 2004 13:40:25 -0700 (PDT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i44KgSdo022534; Tue, 4 May 2004 21:42:30 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <40980034.7030303@circlesquared.com> Date: Tue, 04 May 2004 21:42:28 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040327 X-Accept-Language: en-us, en MIME-Version: 1.0 To: darryl@osborne-ind.com References: <003801c43217$7dcc15a0$0701a8c0@darryl> In-Reply-To: <003801c43217$7dcc15a0$0701a8c0@darryl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Which php ? 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: Tue, 04 May 2004 20:40:26 -0000 Darryl Hoar wrote: >I have 5.1-release installed. I wish to install php4 and want it to >work with apache, mysql and openldap. Which one of the php ports >do I use ? > > Easiest thing to do is install www/mod_php4 and select the options you want (mysql - which is a default - and ldap)under the curses based config screen that will pop up. Having said that, in a minority of cases people want to run php as a cgi under suexec. In that case, you need to use /lang/php4 and use the right config arguments. PWR.