Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18747 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74449 invoked by uid 1010); 9 Sep 2005 17:21:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74433 invoked from network); 9 Sep 2005 17:21:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2005 17:21:54 -0000 X-Host-Fingerprint: 69.64.38.41 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from ([69.64.38.41:54102] helo=bluga.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CD/C3-17383-1B4C1234 for ; Fri, 09 Sep 2005 13:21:53 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by bluga.net (Postfix) with ESMTP id B5D8721C9F2; Fri, 9 Sep 2005 12:22:11 -0500 (CDT) Received: from bluga.net ([127.0.0.1]) by localhost (bluga.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32134-09; Fri, 9 Sep 2005 12:22:11 -0500 (CDT) Received: from [192.168.0.104] (CPE-67-48-78-96.neb.res.rr.com [67.48.78.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bluga.net (Postfix) with ESMTP id 6558021C157; Fri, 9 Sep 2005 12:22:11 -0500 (CDT) Message-ID: <4321C4A9.7010508@php.net> Date: Fri, 09 Sep 2005 12:21:45 -0500 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: destiney@gmail.com CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new using ClamAV at bluga.net Subject: Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR From: cellog@php.net (Greg Beaver) 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. This should be fixed - if someone could confirm, that would be great. 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). Greg