From owner-freebsd-questions@FreeBSD.ORG Sun May 23 03:14:17 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B79EB1065675 for ; Sun, 23 May 2010 03:14:17 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id A18998FC16 for ; Sun, 23 May 2010 03:14:17 +0000 (UTC) Received: from [10.0.10.3] ([202.69.172.78]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 22 May 2010 20:14:16 -0700 Message-ID: <4BF89D80.9070800@a1poweruser.com> Date: Sun, 23 May 2010 11:14:08 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Matthew Seaman References: <4BF67100.5030404@a1poweruser.com> <4BF67C48.9070507@infracaninophile.co.uk> <4BF6908C.40803@a1poweruser.com> <4BF6A38E.2090707@infracaninophile.co.uk> In-Reply-To: <4BF6A38E.2090707@infracaninophile.co.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 May 2010 03:14:17.0079 (UTC) FILETIME=[073F9870:01CAFA26] X-Sender: fbsd1@a1poweruser.com Cc: "questions@freebsd.org" Subject: Re: phpmyadmin & apache22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2010 03:14:17 -0000 Matthew Seaman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 21/05/2010 14:54:20, Fbsd1 wrote: >> pkg_info -Ix php >> ap22-php5-5.3.2 PHP Scripting Language > > ^^^^ Version 5.3.2 > >> php5-bz2-5.2.11 The bz2 shared extension for php >> php5-ctype-5.2.11 The ctype shared extension for php >> php5-filter-5.2.11 The filter shared extension for php >> php5-gd-5.2.11 The gd shared extension for php >> php5-mbstring-5.2.11 The mbstring shared extension for php >> php5-mcrypt-5.2.11 The mcrypt shared extension for php >> php5-mysql-5.2.11 The mysql shared extension for php >> php5-openssl-5.2.11 The openssl shared extension for php >> php5-pcre-5.2.11 The pcre shared extension for php >> php5-session-5.2.11 The session shared extension for php >> php5-simplexml-5.2.11 The simplexml shared extension for php >> php5-spl-5.2.11 The spl shared extension for php >> php5-zip-5.2.11 The zip shared extension for php >> php5-zlib-5.2.11 The zlib shared extension for php > > ^^^^^ Version 5.2.11 > > That's your problem. Delete php5-spl-5.2.11 and php5-pcre-5.2.11 > (because those are part of the base php5-5.3.2 nowadays) and rebuild all > the other php modules and you should be good to go. > > Cheers, > > Matthew > Had to use the 8-stable packages and everything worked. Thanks