From owner-freebsd-questions@FreeBSD.ORG Tue May 31 12:50:50 2005 Return-Path: X-Original-To: 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 B5F9C16A41C for ; Tue, 31 May 2005 12:50:50 +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 1A9B043D1F for ; Tue, 31 May 2005 12:50:49 +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 07:50:46 -0500 id 00095AD0.429C5DA7.00002243 Message-ID: <429C5D9F.4090704@encontacto.net> Date: Tue, 31 May 2005 07:50:39 -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: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: eculp@prodigy.net.mx Subject: Pear problems when upgrading from php4 to php5 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: Tue, 31 May 2005 12:50:50 -0000 I did a pkg_delete of all php4 and php4-pear packages and first installed php5 then installed php5-pear, all went normal to this point. Now that I need to install other pear libraries I get the following error : ===> Installing examples in /usr/local/share/examples/pear/Log. 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 *** Error code 1 Stop in /usr/ports/sysutils/pear-Log. I am running current with everything updated, mergemaster, etc. Un fortunately, pear has always worked out of the box for me. It would appear that I have missed a step or done something else stupid, the most probable. Any suggestions appreciated, ed