I have problems to run make on the latest memcached PHP extension, on CentOS 6.5:
pecl download memcached
tar zxvf memcached-2.2.0.tgz
cd memcached-2.2.0/
phpize
./configure --disable-memcached-sasl --with-libmemcached-dir=/usr
make
Then i get the following error: https://gist.github.com/adionditsak/b704ef4328e7f258d7e0
libmemcached-devel
? – cuonglm Aug 11 '14 at 10:01