From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 15:08:01 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B159106566C for ; Fri, 16 Apr 2010 15:08:01 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 51D818FC16 for ; Fri, 16 Apr 2010 15:07:59 +0000 (UTC) Received: (qmail 45105 invoked from network); 16 Apr 2010 15:07:58 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 16 Apr 2010 15:07:58 -0000 Message-ID: <4BC87D4D.3010402@FreeBSD.org> Date: Fri, 16 Apr 2010 17:07:57 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: Dan Langille References: <4BC7F0AF.1010903@langille.org> <4BC81924.2070305@FreeBSD.org> <4BC86EEC.1010306@FreeBSD.org> <2f4c63ac38300917d08eccf4a4ccc65e.squirrel@nyi.unixathome.org> In-Reply-To: <2f4c63ac38300917d08eccf4a4ccc65e.squirrel@nyi.unixathome.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "ports@freebsd.org" , Scot Hetzel Subject: Re: php5 upgrade woes 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: Fri, 16 Apr 2010 15:08:01 -0000 Dan Langille ha scritto: > Should I have removed /usr/local/lib/php as well? Your installation was more screwed up than I thought :-) You can rm -rf /usr/local/lib/php/20060613/ and remove spl and pcre from /usr/local/etc/php/extensions.ini - or - remove again every php ports, rm -rf include/php lib/php etc/php and rebuild everything I think the former should be enough and should produce the same result as the latter. -- Alex Dupre