php memcache擴展 出現錯誤dyld: Symbol not found: _mmc_queue_free

mac 10.10 系統安裝php memcache擴展php

在使用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-configit