简体   繁体   中英

How to install memcached with php 7.1 in centOS?

I've tried following commands:

  • sudo yum -y update
  • sudo yum install -y libevent libevent-devel
  • sudo yum install -y memcached
  • sudo yum install -y php-pecl-memcache
  • sudo service memcached restart
  • sudo service httpd restart

I can see only memcache module which is installed after run above commands.

Finally got Solution! I've done some research on installation any module for php 7.1. I got success while run below command:

  • sudo yum install -y php71-memcached [use 72 instead of 71(php version) for php7.2]

我认为您已经尝试过此链接中的命令,但所有命令均不起作用:D https://devdocs.magento.com/guides/v2.3/config-guide/memcache/memcache_centos.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM