From owner-freebsd-questions@FreeBSD.ORG Sat Sep 22 21:30:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD49716A468 for ; Sat, 22 Sep 2007 21:30:29 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from sarevok.dnr.servegame.org (b83183.upc-b.chello.nl [212.83.83.183]) by mx1.freebsd.org (Postfix) with ESMTP id 33F6313C46E for ; Sat, 22 Sep 2007 21:30:28 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (unknown [66.230.99.27]) by sarevok.dnr.servegame.org (Postfix) with ESMTP id C22D7BD04 for ; Sat, 22 Sep 2007 23:10:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 0F2C71CDFF for ; Sat, 22 Sep 2007 02:30:43 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sat, 22 Sep 2007 12:30:42 +0200 User-Agent: KMail/1.9.7 References: <20070921123059.H50897@mail.vfs.com> In-Reply-To: <20070921123059.H50897@mail.vfs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709221230.42225.fbsd.questions@rachie.is-a-geek.net> Subject: Re: Problem with Pear-Auth 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: Sat, 22 Sep 2007 21:30:29 -0000 On Friday 21 September 2007 21:33:29 Derrick wrote: > Segmentation fault (core dumped) > *** Error code 139 > > It seems to be less with Pear-Auth, but I'm not sure where to go with > this. I bet you did a large upgrade. Move extensions around in /usr/local/etc/php/extensions.ini then check php -v to see if the core dump is gone. There's some earlier discussions about this on the list (see the archives). Once the core dump is gone, installing Pear/Auth will work. -- Mel