当前位置:Gxlcms > PHP教程 > phpize出错:Cannotfindconfig.m4

phpize出错:Cannotfindconfig.m4

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

phpize报错:Cannot find config.m4

关于phpize是干嘛用的,可以参看php官方文档:

前几日想安装memcache的时候,需要为php安装memcache扩展,按照网上教程的步骤一步步执行时却报了如下错误:

Cannot find config.m4.Make sure that you run '/usr/local/php/bin/phpize' in the top level source directory of the module


其实报这个错的原因是,在执行phpize时,一定要在需要扩展编译的PHP模块目录中进行/usr/local/php/bin/phpize 这样才不会报错。

版权声明:本文为博主原创文章,未经博主允许不得转载。

人气教程排行