码迷,mamicode.com
首页 > Web开发 > 详细

grep: /usr/include/php/main/php.h: No such file or directory

时间:2019-10-09 21:13:22      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:comm   ack   --   modules   ade   sel   无效   存在   conf   

macOS使用phpize安装扩展时报错。

$ phpize
grep: /usr/include/php/main/php.h: No such file or directory
grep: /usr/include/php/Zend/zend_modules.h: No such file or directory
grep: /usr/include/php/Zend/zend_extensions.h: No such file or directory
Configuring for:
PHP Api Version:        
Zend Module Api No:     
Zend Extension Api No:

缺少PHP的header头文件,再一看/usr/include文件夹根本不存在敲出如下命令

$ xcode-select --install
xcode-select: note: install requested for command line developer tools

如果phpize还是无效、执行下列命令安装header头文件SDK即可

$ cd /Library/Developer/CommandLineTools/Packages/
$ open macOS_SDK_headers_for_macOS_10.14.pkg

grep: /usr/include/php/main/php.h: No such file or directory

标签:comm   ack   --   modules   ade   sel   无效   存在   conf   

原文地址:https://www.cnblogs.com/lantor/p/11644269.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!