[PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Antony Dovgal
Hello all. This is what I got trying to install latest snapshot of 5.1.0-dev with Apache2 on Linux: -- Notice: Error: zlib extension is not enabled - gzinflate() function needed for compressed .phars in /root/php5-200510131630/pear/install-pear.phar on line 393 Warning: main(p

Re: [PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Jani Taskinen
On Thu, 13 Oct 2005, Antony Dovgal wrote: -- Notice: Error: zlib extension is not enabled - gzinflate() function needed for compressed .phars in /root/php5-200510131630/pear/install-pear.phar on line 393 Warning: main(phar://install-pear.phar/index.php): failed to open stream

Re: [PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Antony Dovgal
On 13.10.2005 23:38, Jani Taskinen wrote: Add --disable-pear to the configure line and the errors go away. Cool. We need to document it then =) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Antony Dovgal
After the recent discussion in #php.pecl: Is there any chance to use system's gunzip to unpack the phar as a fallback solution ? Or even better - to download and install not compressed version of the phar ? Or at least use --without-pear when there is no --with-zlib or it's --with-zlib=shared ?

Re: [PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Derick Rethans
On Fri, 14 Oct 2005, Antony Dovgal wrote: > After the recent discussion in #php.pecl: > > Is there any chance to use system's gunzip to unpack the phar as a fallback > solution ? > Or even better - to download and install not compressed version of the phar ? > Or at least use --without-pear when

Re: [PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Pierre
On Thu, 13 Oct 2005 23:22:36 +0200 (CEST) [EMAIL PROTECTED] (Derick Rethans) wrote: > On Fri, 14 Oct 2005, Antony Dovgal wrote: > > > After the recent discussion in #php.pecl: > > > > Is there any chance to use system's gunzip to unpack the phar as a > > fallback solution ? > > Or even better -

Re: [PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Antony Dovgal
On 14.10.2005 01:30, Pierre wrote: On Thu, 13 Oct 2005 23:22:36 +0200 (CEST) [EMAIL PROTECTED] (Derick Rethans) wrote: On Fri, 14 Oct 2005, Antony Dovgal wrote: > After the recent discussion in #php.pecl: > > Is there any chance to use system's gunzip to unpack the phar as a > fallback solut

Re: [PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Pierre
On Fri, 14 Oct 2005 01:39:08 +0400 [EMAIL PROTECTED] (Antony Dovgal) wrote: > Also, what if someone uses --without-zlib? The installer would fail > again? Yes, so the solution is to go with uncompressed phar in php releases. It gets compressed anyway. --Pierre -- PHP Internals - PHP Runtime D

Re: [PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Greg Beaver
Jani Taskinen wrote: > On Thu, 13 Oct 2005, Antony Dovgal wrote: > >> -- >> Notice: Error: zlib extension is not enabled - gzinflate() function >> needed for compressed .phars in >> /root/php5-200510131630/pear/install-pear.phar on line 393 >> >> Warning: main(phar://install-pear.p