From owner-freebsd-ports@FreeBSD.ORG Sat Jun 4 12:25:27 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 09BD916A41F; Sat, 4 Jun 2005 12:25:27 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from mortis.over-yonder.net (adsl-144-206-250.jan.bellsouth.net [70.144.206.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E6E343D4C; Sat, 4 Jun 2005 12:25:26 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: by mortis.over-yonder.net (Postfix, from userid 100) id 9229621020; Sat, 4 Jun 2005 07:25:24 -0500 (CDT) Date: Sat, 4 Jun 2005 07:25:24 -0500 From: "Matthew D. Fuller" To: eculp@bafirst.com Message-ID: <20050604122523.GB57893@over-yonder.net> References: <200506041101.j54B1ptL025154@grovel.grondar.org> <20050604065709.eyc2anr5co4w08sk@mail.bafirst.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050604065709.eyc2anr5co4w08sk@mail.bafirst.com> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.9i-fullermd.2 Cc: ports@FreeBSD.ORG, Mark Murray , current@FreeBSD.ORG Subject: Re: pear broken on current. 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: Sat, 04 Jun 2005 12:25:27 -0000 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