Page 1 of 1

How to install memcached ?

Posted: Thu Dec 24, 2015 2:52 pm
by baijianpeng
I need to use memcached, but it seems that VestaCP did not install it by default.

So I searched this forum and found former post about memcached, and run following command on CentOS 7:

Code: Select all

yum install  --enablerepo=remi php-pecl-apc php-pecl-memcache memcached libmemcached -y 
Though the screen shows "Complete", I can not get any return with following command:

Code: Select all

netstat -tulpn | grep :11211
What did I miss?

Could you please offer detailed instructions about installing memcached? Or just include this in VestaCP default installation.

Thank you.

Re: How to install memcached ?

Posted: Mon Dec 28, 2015 5:52 am
by Elizine
Here's a guide to install memcached on CentOS 7 - http://www.liquidweb.com/kb/how-to-inst ... -centos-7/