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