Hello,
I have installed memcached on a server and am now trying to install PECL memcached module.
Pear is installed and works however when I try to install pecl modules I get command not found.
Any pointers on how to get pecl working?
- Mike
I have installed memcached on a server and am now trying to install PECL memcached module.
Pear is installed and works however when I try to install pecl modules I get command not found.
[root@host86 ~]# pear install memcached
No releases available for package "pear.php.net/memcached" - package pecl/memcached can be installed with "pecl install memcached"
install failed
[root@host86 ~]# pecl install memcached
-bash: pecl: command not found
No releases available for package "pear.php.net/memcached" - package pecl/memcached can be installed with "pecl install memcached"
install failed
[root@host86 ~]# pecl install memcached
-bash: pecl: command not found
Any pointers on how to get pecl working?
- Mike