Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19816 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94945 invoked by uid 1010); 29 Oct 2005 13:32:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94930 invoked from network); 29 Oct 2005 13:32:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2005 13:32:51 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:33508] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 82/A8-02082-10A73634 for ; Sat, 29 Oct 2005 09:32:49 -0400 Received: from [192.168.1.3] (dslb-084-063-026-053.pools.arcor-ip.net [84.63.26.53]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 2EEB935C392; Sat, 29 Oct 2005 15:36:11 +0200 (CEST) Date: Sat, 29 Oct 2005 15:33:00 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <128382761.20051029153300@marcus-boerger.de> To: Greg Beaver Cc: PHP Internals Internals In-Reply-To: <4362BAC2.7020605@php.net> References: <43624C99.4060705@prohost.org> <43626002.7080200@php.net> <325B0AEF-BAD4-4BCD-88D1-2EBBC682C33D@synchromedia.co.uk> <4362BAC2.7020605@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 5.1.0RC4 Released From: helly@php.net (Marcus Boerger) Hello Greg, pear install looks much better now and i could finally get my rpm'w working again. Right now there is only a warning that keeps the current state from being perfect: Installing PEAR environment: /var/tmp/php5-5.1.0.dev-buildroot/usr/lib/php/pear/ --13:02:14-- http://pear.php.net/install-pear-nozlib.phar => `/usr/src/RPM/BUILD/php5/pear/install-pear-nozlib.phar' Resolving pear.php.net... 216.92.131.66 Connecting to pear.php.net[216.92.131.66]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 3,402,240 [text/plain] 100%[=======================================================================================================================================================>] 3,402,240 235.17K/s ETA 00:00 13:02:29 (225.92 KB/s) - `/usr/src/RPM/BUILD/php5/pear/install-pear-nozlib.phar' saved [3,402,240/3,402,240] [PEAR] Archive_Tar - installed: 1.3.1 [PEAR] Console_Getopt - installed: 1.2 warning: pear/PEAR requires package "pear/XML_RPC" (recommended version 1.4.3) [PEAR] PEAR - installed: 1.4.2 Wrote PEAR system config file at: /var/tmp/php5-5.1.0.dev-buildroot//etc/pear.conf You may want to add: /var/tmp/php5-5.1.0.dev-buildroot/usr/lib/php/pear to your php.ini include_path [PEAR] XML_RPC - installed: 1.4.3 + /usr/lib/rpm/brp-mandrake ... In my package info for pear i have the following entries: %files pear %{_sysconfdir}/pear.conf %{_bindir}/peardev %{_bindir}/pecl %{_bindir}/pear %{_libdir}/php/pear/* %{_libdir}/php/pear/.filemap %{_libdir}/php/pear/.lock %{_libdir}/php/pear/.depdb %{_libdir}/php/pear/.depdblock %{_libdir}/php/pear/.registry/*.reg %{_libdir}/php/pear/.channels/*.reg %{_libdir}/php/pear/.channels/.alias/* Should i split those in two. One for things i want to overwrite and on i only need if i haven't installed pear yet so i don't loose any information of stuff i locally downloaded installed alread? regards marcus Saturday, October 29, 2005, 1:56:50 AM, you wrote: > Marcus Bointon wrote: >> make install-pear works fine for me on OSX 10.4.2. >> >> I suffer from this bug: http://bugs.php.net/bug.php?id=32301 >> >> Though I don't have anything more to add to it - pear install has been >> unusable for me on OS X for the last couple of years because of this. >> You can work around it by using pear download then unzip and install >> manually. > Or you could use the -Z option > $ pear install -Z whatever > This disables gz compression. However, this has nothing to do with > internals, so please send any follow-up questions to pear-general > Thanks, > Greg Best regards, Marcus