CentOS 6.5の最新のmemcached PHP拡張でmakeを実行する際に問題があります。
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
その後、次のエラーが発生します。 https://gist.github.com/adionditsak/b704ef4328e7f258d7e0