Skip to main content

Memcache

Comments

5 comments

  • 24x7server
    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
  • Saeed eskandari
    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 found
    0
  • SysSachin
    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 memcache
    0
  • Saeed eskandari
    Again not installed please see photo
    0
  • cPanelMichael
    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.