From owner-freebsd-questions@FreeBSD.ORG Fri Apr 29 14:21:32 2005 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 3BB9216A4CE for ; Fri, 29 Apr 2005 14:21:32 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A4CC43D62 for ; Fri, 29 Apr 2005 14:21:30 +0000 (GMT) (envelope-from ggcameron@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so834102wra for ; Fri, 29 Apr 2005 07:21:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=b58PWeNVXv+A4NLOReMrtnPGvhLrpS1KMHHAtAIfWECDfPT4ABdCI5YJPO3Q26Gi1cQpnT011ikv/EIzXh2+tngTjfm7mRd0tCuGAhvq82JbjwuUkfwwjV6wz2AVig3igq5WoKQSZQ982GnzNBNbQUkZ7uyysItsulPwtStMUSA= Received: by 10.54.120.8 with SMTP id s8mr1377725wrc; Fri, 29 Apr 2005 07:21:30 -0700 (PDT) Received: by 10.54.92.19 with HTTP; Fri, 29 Apr 2005 07:21:30 -0700 (PDT) Message-ID: <1efd1aec05042907212dac8885@mail.gmail.com> Date: Sat, 30 Apr 2005 00:21:30 +1000 From: Gavin Cameron To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: php5-extensions & php5-cli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gavin Cameron List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 14:21:32 -0000 Hi all, Is there anyway using the ports to install php5-extensions & php5-cli? I've got php5-cli installed and when I try to install php5-extensions I get the error: This port requires the Apache Module for PHP, but you have already installed a conflicting PHP port without the Apache Module. *** Error code 1 Now, installing php5-cli does appears to install the Apache module cause I = have a new libphp5.so in /usr/local/libexec/apache2 which correspond to the inst= all I just did of php5-cli and apache is quite happily serving out .php files correctly. Am I doing something wrong? What is the easiest way to get php module, php CLI plus extensions installe= d on one machine? Ta Gavin