From owner-freebsd-ports@FreeBSD.ORG Tue May 31 20:02:44 2005 Return-Path: X-Original-To: freebsd-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 CFC6B16A426 for ; Tue, 31 May 2005 20:02:44 +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 5DFF443D55 for ; Tue, 31 May 2005 20:02:44 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from dsl-201-144-92-62.prod-infinitum.com.mx ([201.144.92.62]) by 72-12-2-214.wan.networktel.net with esmtp; Tue, 31 May 2005 15:02:42 -0500 id 00095A95.429CC2E2.000049A2 Received: from localhost (localhost [127.0.0.1]) (uid 80) by dsl-201-144-92-62.prod-infinitum.com.mx with local; Tue, 31 May 2005 15:02:41 -0500 id 000C3A1B.429CC2E1.00006FF2 Received: from localhost.encontacto.net (localhost.encontacto.net [127.0.0.1]) by mail.encontacto.net (Horde MIME library) with HTTP; Tue, 31 May 2005 15:02:41 -0500 Message-ID: <20050531150241.t3riyq49sgsgww4s@mail.encontacto.net> Date: Tue, 31 May 2005 15:02:41 -0500 From: "Edwin L. Culp" To: freebsd-ports@freebsd.org References: <429C951B.1080708@encontacto.net> <20050531170626.GB63832@graf.pompo.net> <429CA53F.2040406@encontacto.net> In-Reply-To: <429CA53F.2040406@encontacto.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) 4.1-cvs 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 20:02:45 -0000 Quoting Edwin Culp : > Thierry Thomas wrote: > >> Le Mar 31 mai 05 =E0 18:47:23 +0200, Edwin Culp >> =E9crivait : >> >>> 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: Strange on two machines the same /usr/local/bin/pear script works as expected on the other it doesn't but the peardev shell script works like the pear script but using /usr/local/share/pear/pearcmd.php This seems wierd but probably because I've never had to worry about it before. It has always just worked. Thanks, ed >>> # 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[=3Dbar] 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 argu= ment > 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 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >