Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18760 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47812 invoked by uid 1010); 10 Sep 2005 14:24:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47797 invoked from network); 10 Sep 2005 14:24:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2005 14:24:23 -0000 X-Host-Fingerprint: 64.233.184.195 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.195:34326] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 67/48-17383-69CE2234 for ; Sat, 10 Sep 2005 10:24:22 -0400 Received: by wproxy.gmail.com with SMTP id i21so1357294wra for ; Sat, 10 Sep 2005 07:24:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Gohuz3YcADTmyoPx4EZXMfbvR5L5w5grwgpUHfNb6s0UOv5fXZ+Zdla5WVPuYq74dn6pnQF4OjYonl2S3o/l7kDYED55V1KNF8tEmTth/OUrQ+q0l5qpqmEgHgj6NcSgyHqMYEpvOBmtFCuwwL86YGnyHYCLhqrG4M9xb5OAj3E= Received: by 10.54.121.9 with SMTP id t9mr1195476wrc; Sat, 10 Sep 2005 07:24:18 -0700 (PDT) Received: by 10.54.76.6 with HTTP; Sat, 10 Sep 2005 07:24:18 -0700 (PDT) Message-ID: <4e89b42605091007244bfe67f@mail.gmail.com> Date: Sat, 10 Sep 2005 10:24:18 -0400 Reply-To: kingwez@gmail.com To: Greg Beaver Cc: destiney@gmail.com, internals@lists.php.net In-Reply-To: <4321C4A9.7010508@php.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4321C4A9.7010508@php.net> Subject: Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR From: kingwez@gmail.com (Wez Furlong) I get this with the PHP_5_1 branch after downloading the .phar: Installing PEAR environment: /usr/local/lib/php/ Error: .phar files require PHP 5.1 or newerInstalling build environment: /usr/local/lib/php/build/ --Wez. On 9/9/05, Greg Beaver wrote: > Greg Donald wrote: > > On 9/9/05, Sebastian Bergmann wrote: > > > >>sb@wopr-mobile php-5.1 % make install > >>exit 0; /usr/local/src/php/php-5.1/ext/sqlite/libsqlite/src/parse.y > >>Installing PHP CLI binary: /usr/local/php-5.1/bin/ > >>Installing PHP CLI man page: /usr/local/php-5.1/man/man1/ > >>Installing PEAR environment: /usr/local/php-5.1/lib/php/ > >> > >>Notice: Constant PEAR_VALIDATE_INSTALLING already defined in > >>phar://install-pear.phar/PEAR/Validate.php on line 25 > >> > >>Notice: Constant PEAR_VALIDATE_UNINSTALLING already defined in > >>phar://install-pear.phar/PEAR/Validate.php on line 26 > >> > >>Notice: Constant PEAR_VALIDATE_NORMAL already defined in > >>phar://install-pear.phar/PEAR/Validate.php on line 27 > >> > >>Notice: Constant PEAR_VALIDATE_DOWNLOADING already defined in > >>phar://install-pear.phar/PEAR/Validate.php on line 28 > >> > >>Notice: Constant PEAR_VALIDATE_PACKAGING already defined in > >>phar://install-pear.phar/PEAR/Validate.php on line 29 > >> > >>Fatal error: Cannot redeclare class pear_validate in > >>phar://install-pear.phar/PEAR/Validate.php on line 46 > >>make[1]: *** [install-pear-installer] Error 255 > >>make: *** [install-pear] Error 2 > > > > > > > > Same errors here. >=20 > This should be fixed - if someone could confirm, that would be great. >=20 > Note that pearweb sync happens once an hour, so this should not be > attempted until about 20:00 GMT (1 PM CST in the USA). >=20 > Greg >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 >