Memcache
Hello
I used Easyapache 4
I want install Memcache - Memcached
Please help me
I install it but not active
-
Hi, Try using the below command: ---------- ---------- yum install memcached pecl install memcache php -m | grep memcache ---------- ---------- OR check what version of PHP is install and use appropriate pecl package to install it.. ---------- ---------- /opt/cpanel/ea-php56/root/usr/bin/pecl install memcache /opt/cpanel/ea-php56/root/usr/bin/php -m | grep memcache ---------- ---------- 0 -
Hi, Try using the below command: ---------- ---------- yum install memcached pecl install memcache php -m | grep memcache ---------- ---------- OR check what version of PHP is install and use appropriate pecl package to install it.. ---------- ---------- /opt/cpanel/ea-php56/root/usr/bin/pecl install memcache /opt/cpanel/ea-php56/root/usr/bin/php -m | grep memcache ---------- ----------
[root@s ~]# pecl install memcache -bash: pecl: command not found0 -
Hi Saeed, First install php and other required php modules and then use PECL to install using following commands. yum groupinstall "Development tools" yum install zlib zlib-devel yum install php-devel php-pear
After installing php-pear package install PECL extension using command below.pecl install memcache0 -
Again not installed please see photo 0 -
Hello, Please see the following thread for instructions on installing Memcache with EasyApache 4: Installing memcache and memcached with EasyApache4 Thank you. 0
Please sign in to leave a comment.
Comments
5 comments