Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18697 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79597 invoked by uid 1010); 7 Sep 2005 19:18:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79582 invoked from network); 7 Sep 2005 19:18:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2005 19:18:57 -0000 X-Host-Fingerprint: 66.249.82.196 xproxy.gmail.com Received: from ([66.249.82.196:26709] helo=xproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B3/CA-23233-12D3F134 for ; Wed, 07 Sep 2005 15:18:57 -0400 Received: by xproxy.gmail.com with SMTP id h29so1497438wxd for ; Wed, 07 Sep 2005 12:18:55 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=WKVyqg0PTEBHASuz9AxEXhkpK6WV9yaCpLHVJPlPw03mKdu6waua5J/x26W7rzO6IJD0MSMxE8l7UKGlne+7V39DCL1Xwqw/tzbxO/KVbKJ3FH4r2hosLQSZSSmoQVs05wDjuNx9SR9brMhMXEjJlBSWlklt3ScMvFbmjRwjR9Q= Received: by 10.70.66.10 with SMTP id o10mr12294wxa; Wed, 07 Sep 2005 12:18:55 -0700 (PDT) Received: by 10.70.29.14 with HTTP; Wed, 7 Sep 2005 12:18:55 -0700 (PDT) Message-ID: Date: Wed, 7 Sep 2005 14:18:55 -0500 Reply-To: destiney@gmail.com To: php-dev Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: install-pear.phar errors From: destiney@gmail.com (Greg Donald) Sorry for the previous misfire. I built and installed the latest PHP 5.1 CVS source, then at the end it say= s: +----------------------------------------------------------------------+ | The installation process is incomplete. The following resources were | | not installed: | | | | PEAR: PHP Extension and Application Repository | | | | To install these components, | | download http://pear.php.net/install-pear.phar to php-src/pear/ | | become the superuser and execute: | | | | # make install-su | +----------------------------------------------------------------------+ make: *** [install-pear] Error 5 So I did: cd pear/ wget http://pear.php.net/install-pear.phar chmod 755 install-pear.phar cd .. make install-su Then I get errors: # make install-su =20 Installing PEAR environment: /usr/local/lib/php/ /bin/sh: /home/destiney/php-src-5.1/pear/install-pear.phar: cannot execute binary file +----------------------------------------------------------------------+ | The installation process is incomplete. The following resources were | | not installed: | | | | PEAR: PHP Extension and Application Repository | | | | To install these components, | | download http://pear.php.net/install-pear.phar to php-src/pear/ | | become the superuser and execute: | | | | # make install-su | +----------------------------------------------------------------------+ make: *** [install-pear] Error 5 Any ideas? Thanks, --=20 Greg Donald Zend Certified Engineer MySQL Core Certification http://destiney.com/