构建和安装 memcached php 扩展时出错

构建和安装 memcached php 扩展时出错

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

相关内容