From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 21:53:33 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 36F5316A4CE for ; Wed, 1 Dec 2004 21:53:33 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA6C43D1D for ; Wed, 1 Dec 2004 21:53:32 +0000 (GMT) (envelope-from freebsdnews@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so30186wra for ; Wed, 01 Dec 2004 13:53:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=U4e/3YNm45sRV+Vxfjn6kF5DAVbVF0gdI/uHcJpsouIFun+PxU9AqX2KzJaPWq44WhMDkcpDNn3+mzCRRmv+GFQYS1SDS0qQSeY/br05d6CZBB2JMKZkIWYizyYgN5I7SN/lEBd8ygfYRZ8IeVgR7rfCht3yorELfbhPNTFngX8= Received: by 10.54.40.22 with SMTP id n22mr910948wrn; Wed, 01 Dec 2004 13:53:30 -0800 (PST) Received: by 10.54.50.27 with HTTP; Wed, 1 Dec 2004 13:53:20 -0800 (PST) Message-ID: <8292450b041201135348e6e30c@mail.gmail.com> Date: Wed, 1 Dec 2004 15:53:20 -0600 From: CHris Rich To: Graham Bentley In-Reply-To: <3.0.6.32.20041201191418.007d9310@mail.uk2.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041128081110.D4CBB16A4E8@hub.freebsd.org> <3.0.6.32.20041201191418.007d9310@mail.uk2.net> cc: freebsd-questions@freebsd.org Subject: Re: freebsd-questions Digest, Vol 81, Issue 24 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: CHris Rich List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:53:33 -0000 > > Mysql, Apache, PHP - which I need to test out the CMS software > > Just recently I installed Apache2, then PHP 3.9.2 and MySQL 4.0 > only to find I had not got support for MySQL compiled into PHP. > > There must be some logical methods to ensure that each package > has the dependancies it requires ? > > For eample do I need /usr/ports/www/mod_php4 as well > as /usr/ports/lang/php4 ? > Not sure of the best order to install everything, but to ensure that you get the support in php that you need, i would recommend installing the port /usr/ports/lang/php4-extensions. Using that port will give you an option as to what all support you want such mysql and others.