From owner-freebsd-questions@FreeBSD.ORG Thu Nov 9 15:49:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5E84416A407 for ; Thu, 9 Nov 2006 15:49:14 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EAA243D62 for ; Thu, 9 Nov 2006 15:49:03 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id i31so118351wra for ; Thu, 09 Nov 2006 07:48:59 -0800 (PST) Received: by 10.70.109.6 with SMTP id h6mr959702wxc.1163087339050; Thu, 09 Nov 2006 07:48:59 -0800 (PST) Received: from scorpio.seibercom.net ( [67.189.184.224]) by mx.google.com with ESMTP id i39sm1473885wxd.2006.11.09.07.48.58; Thu, 09 Nov 2006 07:48:58 -0800 (PST) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) by scorpio.seibercom.net (Postfix) with ESMTP id 94939BC4C; Thu, 9 Nov 2006 10:48:56 -0500 (EST) Received: from [192.168.0.4] (boss.seibercom.net [192.168.0.4]) (Authenticated sender: gerard@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTP id 07596B9F5; Thu, 9 Nov 2006 10:48:55 -0500 (EST) Date: Thu, 09 Nov 2006 10:49:01 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom.NET In-Reply-To: <455339E3.5010201@bigfoot.com> References: <20061109120055.C23AF16A55E@hub.freebsd.org> <455339E3.5010201@bigfoot.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20061109104442.42E1.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.28 [en] X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: phpmyadmin 2.9.0.3 depends on php5 5.2.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2006 15:49:14 -0000 On Thursday November 09, 2006 at 09:23:31 (AM) Niek wrote: > I am trying to install phpmyadmin 2.9.0.3 from ports. Although > php5-5.1.6 + extensions is installed, the script tries to install > php5-5.2.0. How can one avoid this? I don't see an option in the Makefile. What version do you have in your ports tree? I have php 5.1.6 installed, but php 5.2.0 in the ports. This is what I got checking out phpmyadmin. This port requires package(s) "expat-2.0.0_1 fontconfig-2.3.2_6,1 freetype2-2.2. 1_1 jpeg-6b_4 libdrm-2.0.2 libiconv-1.9.2_2 libltdl-1.5.22 libmcrypt-2.5.7_2 lib xml2-2.6.26 mysql-client-5.0.27 pdflib-7.0.0p3 pecl-pdflib-2.1.2 php5-5.2.0 php5 -bz2-5.2.0 php5-gd-5.2.0 php5-mbstring-5.2.0 php5-mcrypt-5.2.0 php5-mysql-5.2.0 php5-openssl-5.2.0 php5-pcre-5.2.0 php5-session-5.2.0 php5-zlib-5.2.0 pkg-config -0.21 png-1.2.12_1 t1lib-5.1.0_1,1 xorg-libraries-6.9.0" to run. $ php --version PHP 5.1.6 with Suhosin-Patch 0.9.6 (cli) (built: Oct 30 2006 07:08:51) I don't know if this will help you or not. Is there any reason you do not want to upgrade PHP anyway? Are you using portupgrade or portmanager to install the port, or just a 'make install' routine? -- Gerard