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

相关文章:

  • 2021-04-29
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2021-10-03
  • 2021-09-23
  • 2021-09-10
猜你喜欢
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
相关资源
相似解决方案