Re: [PHP] Install PECL

2007-04-04 Thread Jochem Maas
Bagus Nugroho wrote:
 Hi All,
 I'm trying to install PECL package as install PEAR package, but there's error 
 as :
 ---
 C:\PHPpear install http://localhost/pear/APC-3.0.13.tgz 
 http://localhost/pear/APC-3.0.13.tgz 
 downloading APC-3.0.13.tgz ...
 Starting to download APC-3.0.13.tgz (105,042 bytes)
 done: 105,042 bytes
 40 source files, building
 ERROR: The DSP APC.dsp does not exist.
 
 Is my install method wrong?

you downloaded the APC src for *nix rather than windows,
in fact I don't think there areready to roll PECL src packages
(at least not for APC).

did you read this page? : http://php.net/apc

did you find this link: http://pecl4win.php.net/

 Or it was PECL install is different with PEAR install

IIRC 'pear install' is simply a wrapper for 'pecl install'
as far as pecl packages are concerned.

  
 Thanks in advance
 bn
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Install PECL

2007-04-04 Thread Bagus Nugroho
Ok, thanks
 
Best Regards
bn



From: Jochem Maas [mailto:[EMAIL PROTECTED]
Sent: Wed 04-Apr-2007 23:45
To: Bagus Nugroho
Cc: php-general@lists.php.net
Subject: Re: [PHP] Install PECL



Bagus Nugroho wrote:
 Hi All,
 I'm trying to install PECL package as install PEAR package, but there's error 
 as :
 ---
 C:\PHPpear install http://localhost/pear/APC-3.0.13.tgz 
 http://localhost/pear/APC-3.0.13.tgz
 downloading APC-3.0.13.tgz ...
 Starting to download APC-3.0.13.tgz (105,042 bytes)
 done: 105,042 bytes
 40 source files, building
 ERROR: The DSP APC.dsp does not exist.
 
 Is my install method wrong?

you downloaded the APC src for *nix rather than windows,
in fact I don't think there areready to roll PECL src packages
(at least not for APC).

did you read this page? : http://php.net/apc

did you find this link: http://pecl4win.php.net/

 Or it was PECL install is different with PEAR install

IIRC 'pear install' is simply a wrapper for 'pecl install'
as far as pecl packages are concerned.

 
 Thanks in advance
 bn