首页 > Web开发 > 详细

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

时间:2015-03-11 21:37:21      阅读:1034      评论:0      收藏:0      [点我收藏+]

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

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

原文:http://www.cnblogs.com/the-moving-ear/p/4330828.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!