php memcache扩展 出现错误dyld: Symbol not found: _mmc_queue_free

mac 10.10 系统安装php memcache扩展

在使用memcache的时候出现错误dyld: Symbol not found: _mmc_queue_free
需要重新编译memcache
MACOSX_DEPLOYMENT_TARGET=10.7 CFLAGS='-fgnu89-inline' LDFLAGS='-fgnu89-inline' CXXFLAGS='-fgnu89-inline' ./configure --with-php-config=/usr/bin/php-config

原文地址:https://www.cnblogs.com/the-moving-ear/p/4330828.html