[PHP] install pecl in debian

2008-04-11 Thread hce
Hi,

I post following message days ago, but could not see it on the list.
Sorry if it is duplicated.

I've installed php5 in debian, but got following problems:

1. I could not find a proper debian package for pecl, search pecl found:

dh-make-php - Creates Debian source packages for PHP PEAR and PECL extensions
php-pear - PEAR - PHP Extension and Application Repository
php4-imagick - ImageMagick module for php4
php5-imagick - ImageMagick module for php5

Could anyone who have installed php in debian advise which pecl
package I should install in debian? I need to install the pecl using
for memcache, lighttpd and mysql.

2. I installed php5 in debian, but there is only /usr/bin/php5-cgi, no
php binary fond in /usr/bin.

$ dpkg -l php5
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  php5   5.2.0-8+etch10 server-side, HTML-embedded scripting languag

Which php package I have been missing for php command?

Thank you.

Kind Regards,

Jim

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



[PHP] Install PECL

2007-04-04 Thread Bagus Nugroho
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?
Or it was PECL install is different with PEAR install
 
Thanks in advance
bn


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