dongshan4518 2013-07-24 04:42
浏览 1222
已采纳

phpize报告“找不到config.m4”

I am trying to run the 'phpize' command on MacOSx Mountain Lion, but this is what I get:

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

How do I resolve this error ?

  • 写回答

5条回答 默认 最新

  • douzheng1853 2013-07-24 05:17
    关注

    The phpize command is meant to be run at the top level of an extension source dir (this source dir should contain a file name config.m4).

    See http://php.net/manual/en/install.pecl.phpize.php for more information.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)
编辑
预览

报告相同问题?