当前位置:Gxlcms > PHP教程 > mac10.10phpize问题

mac10.10phpize问题

时间:2021-07-01 10:21:17 帮助过:29人阅读

PHP Warning:  PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20121212

版本不一致,导致memcache扩展加载失败。有遇到同样问题的朋友么?

回复内容:

PHP Warning:  PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20121212

版本不一致,导致memcache扩展加载失败。有遇到同样问题的朋友么?

sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include /usr/include

人气教程排行