我在 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