>  기사  >  백엔드 개발  >  phpize出错:Cannot find config.m4

phpize出错:Cannot find config.m4

WBOY
WBOY원래의
2016-06-13 12:23:272727검색

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 这样才不会报错。

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

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.