首页 > Web开发 > 详细

PHP 安装扩展 phpize

时间:2019-04-02 18:52:09      阅读:184      评论:0      收藏:0      [点我收藏+]

报错

执行 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: 

解决

// 先执行命令
xcode-select --install

// 若不行,执行下面命令
cd /Library/Developer/CommandLineTools/Packages/
open macOS_SDK_headers_for_macOS_10.14.pkg

 

PHP 安装扩展 phpize

原文:https://www.cnblogs.com/hujingnb/p/10644488.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!