From owner-freebsd-ports@FreeBSD.ORG Tue May 31 17:56:19 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C36D16A41C for ; Tue, 31 May 2005 17:56:19 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from 72-12-2-214.wan.networktel.net (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E9B43D5C for ; Tue, 31 May 2005 17:56:19 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from [201.144.92.62] ([201.144.92.62]) by 72-12-2-214.wan.networktel.net with esmtp; Tue, 31 May 2005 12:56:16 -0500 id 00095AD0.429CA541.0000404B Message-ID: <429CA53F.2040406@encontacto.net> Date: Tue, 31 May 2005 12:56:15 -0500 From: Edwin Culp User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thierry Thomas References: <429C951B.1080708@encontacto.net> <20050531170626.GB63832@graf.pompo.net> In-Reply-To: <20050531170626.GB63832@graf.pompo.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org Subject: Re: Trying to upgrade the php5-pear port from php4-pear. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 17:56:19 -0000 Thierry Thomas wrote: >Le Mar 31 mai 05 à 18:47:23 +0200, Edwin Culp > écrivait : > > >>I have installed php5 and php5-pear with no problem but everytime I try >>to install another pear port or just reconfigure pear I get what looks >>more like a php error than a pear error even though phpinfo(); seems fine: >> >># pear >>Usage: php [options] [-f] [--] [args...] >> php [options] -r [--] [args...] >> php [options] [-B ] -R [-E ] [--] >>[args...] >> php [options] [-B ] -F [-E ] [--] >>[args...] >> php [options] -- [args...] >> >> > >Can you run `pear list'? > > Sorry, I spoke too soon. I assumed that all was well because horde and family was running but no the pear command doesn't work the pear list does the same although peardev gives what I expect from the pear command. # pear list Usage: php [options] [-f] [--] [args...] php [options] -r [--] [args...] php [options] [-B ] -R [-E ] [--] [args...] php [options] [-B ] -F [-E ] [--] [args...] php [options] -- [args...] -a Run interactively -c | Look for php.ini file in this directory -n No php.ini file will be used -d foo[=bar] Define INI entry foo with value 'bar' -e Generate extended information for debugger/profiler -f Parse . -h This help -i PHP information -l Syntax check only (lint) -m Show compiled in modules -r Run PHP without using script tags -B Run PHP before processing input lines -R Run PHP for every input line -F Parse and execute for every input line -E Run PHP after processing all input lines -H Hide any passed arguments from external tools. -s Display colour syntax highlighted source. -v Version number -w Display source with stripped comments and whitespace. -z Load Zend extension . args... Arguments passed to script. Use -- args when first argument starts with - or script is read from stdin Great, I can still try to figure this out and with php5 running with pear support but without the pear command. ed