There are download sections for PECL extensions in http://pecl.php.net/ But I am not getting install steps for PECL itself*. Following command does not work -

yum intall pecl

In my system, I have PECL installed, so I can install PECL extensions like this-

pecl install mailparse

But, in a system where running pecl command does not recognize the same, how to install PECL first on a Fedora 7 system (old system).

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Seems to me that you should do yum install php-pear to get pecl on your OS, not yum install pecl.

link|improve this answer
Thanks, that's it! – Sandeepan Nath Mar 31 '11 at 9:41
You're welcome ;) – Serty Oan Mar 31 '11 at 9:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.