From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 15:02:20 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 E6CAD106564A; Fri, 16 Apr 2010 15:02:20 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 958B68FC1B; Fri, 16 Apr 2010 15:02:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 1B2CE50B69; Fri, 16 Apr 2010 16:02:19 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b6S62-A0Va7F; Fri, 16 Apr 2010 16:02:17 +0100 (BST) Received: from nyi.unixathome.org (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id C092B50B59; Fri, 16 Apr 2010 16:02:16 +0100 (BST) Received: from 68.64.144.221 (SquirrelMail authenticated user dan) by nyi.unixathome.org with HTTP; Fri, 16 Apr 2010 11:02:17 -0400 Message-ID: <2f4c63ac38300917d08eccf4a4ccc65e.squirrel@nyi.unixathome.org> In-Reply-To: <4BC86EEC.1010306@FreeBSD.org> References: <4BC7F0AF.1010903@langille.org> <4BC81924.2070305@FreeBSD.org> <4BC86EEC.1010306@FreeBSD.org> Date: Fri, 16 Apr 2010 11:02:17 -0400 From: "Dan Langille" To: "Alex Dupre" User-Agent: SquirrelMail/1.4.20-RC2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: "ports@freebsd.org" , Scot Hetzel , Dan Langille 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:02:21 -0000 On Fri, April 16, 2010 10:06 am, Alex Dupre wrote: > Dan Langille ha scritto: >> Tried that. > > Then you have a screwed up php installation. Remove every php port, rm > -rf /usr/local/include/php and restart. Good progress there. The install of php5-extensions completed. Only issue now: [dan@ngaio:~] $ which php /usr/local/bin/php [dan@ngaio:~] $ php PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20090626/spl.so' - Cannot open "/usr/local/lib/php/20090626/spl.so" in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20090626/pcre.so' - Cannot open "/usr/local/lib/php/20090626/pcre.so" in Unknown on line 0 and FYI: $ find /usr/local/lib/php -name spl.so /usr/local/lib/php/20060613/spl.so $ find /usr/local/lib/php -name pcre.so /usr/local/lib/php/20060613/pcre.so Should I have removed /usr/local/lib/php as well? -- Dan Langille -- http://langille.org/