From owner-freebsd-current@FreeBSD.ORG Sat Jun 4 20:42:20 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F02616A41C for ; Sat, 4 Jun 2005 20:42:20 +0000 (GMT) (envelope-from eculp@bafirst.com) 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 C49BA43D1F for ; Sat, 4 Jun 2005 20:42:19 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from localhost (localhost [127.0.0.1]) (uid 80) by 72-12-2-214.wan.networktel.net with local; Sat, 04 Jun 2005 15:42:19 -0500 id 00095A95.42A2122B.0000CA11 Received: from dsl-201-144-92-62.prod-infinitum.com.mx (dsl-201-144-92-62.prod-infinitum.com.mx [201.144.92.62]) by mail.bafirst.com (Horde MIME library) with HTTP; Sat, 04 Jun 2005 15:42:18 -0500 Message-ID: <20050604154218.qwcz4j2dwo0w8k8g@mail.bafirst.com> Date: Sat, 04 Jun 2005 15:42:18 -0500 From: eculp@bafirst.com To: lord2800 References: <200506041101.j54B1ptL025154@grovel.grondar.org> <20050604065709.eyc2anr5co4w08sk@mail.bafirst.com> <20050604122523.GB57893@over-yonder.net> <20050604075923.ip4rqz6dwko40o8s@mail.bafirst.com> <42A1D1D9.7030204@gmail.com> In-Reply-To: <42A1D1D9.7030204@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.1-cvs Cc: current@freebsd.org Subject: Re: pear broken on current. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2005 20:42:20 -0000 Quoting lord2800 : > eculp@bafirst.com wrote: > >> Quoting "Matthew D. Fuller" : >> >>> On Sat, Jun 04, 2005 at 06:57:09AM -0500 I heard the voice of >>> eculp@bafirst.com, and lo! it spake thus: >>> >>>> Quoting Mark Murray : >>>> > >>>> >What is the actual problem? >>>> >>>> Any pear command such as config-show or upgrade-all shows a php message >>>> as below. >>> >>> >>> While I have no real knowledge of how to step this further, I do know >>> the first step will be "What's the #! line from the script?" On my >>> system, it says: >>> >>> ------- >>> (ttyp3):{58}% head -2 /usr/local/bin/pear >>> #!/usr/local/bin/php -n -q -dsafe_mode=0 -doutput_buffering=1 >>> >> ------ >> >> Mark, I think they are the same on all. That was my excuse for not >> including it ;) >> >> All my machines are: >> >> #!/usr/local/bin/php -n -q -dsafe_mode=0 -doutput_buffering=1 >> > >> Thanks again, >> >> ed > > That's perfectly ok, it's the interpreter for that script. > That is good to know, Jeff. Any idea how to get it to work other than going back to a pre may 28 kernel, which is what I've done but I can't just stay at may 27 for ever ;) Thanks, ed