How to install memcached with Directadmin?

quangtam

Verified User
Joined
Sep 8, 2011
Messages
18
Hi,

I tried many time to install memcached with Directadmin on CentOS 6.7 but everthing not work.
Currently, I've use Directadmin with nginx_apache + php-fpm56

Please help me!

Thanks & Best regards,
 
Hello,
use command
/usr/local/php56/bin/pecl install memcached

Before use yum to install memcached libs (devel), lib in repo may be old, so compile in from source.
 
Back
Top