Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18766 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96057 invoked by uid 1010); 11 Sep 2005 05:51:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 96042 invoked from network); 11 Sep 2005 05:51:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2005 05:51:52 -0000 X-Host-Fingerprint: 64.233.184.195 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.195:9150] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id FE/FD-17383-7F5C3234 for ; Sun, 11 Sep 2005 01:51:51 -0400 Received: by wproxy.gmail.com with SMTP id i21so1424661wra for ; Sat, 10 Sep 2005 22:51:48 -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=LTGYTZLJfZga08iqRw8Iix0dYeY5VgxffRHfhj97ThRhWRJvYQ/dmvqdSNn+V7aEq8VLafFqCkYKOMWXxoRxYsVA3mepmnKGXoyuRRGFwcIi7AvAdNKGISMFNqogd/tqEkXI2wLjDj53JhwQxh1aLVDB3P4C0UjNNhmN4oQKmXA= Received: by 10.54.33.29 with SMTP id g29mr1623606wrg; Sat, 10 Sep 2005 22:51:48 -0700 (PDT) Received: by 10.54.76.6 with HTTP; Sat, 10 Sep 2005 22:51:48 -0700 (PDT) Message-ID: <4e89b4260509102251569a8175@mail.gmail.com> Date: Sun, 11 Sep 2005 01:51:48 -0400 Reply-To: kingwez@gmail.com To: Greg Beaver Cc: 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) It looks like the handling is broken. Try this: $ cd php-src/ext/pdo_odbc $ pear package $ sudo pear install PDO_ODBC-1.0RC1.tgz It doesn't prompt for the configure options anymore. --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 >