报错

执行 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..pkg

最新文章

  1. Chart图表
  2. 扩展jquery的选择器
  3. Linux多线程同步方式
  4. strstr 函数用法
  5. 创建第一个ArcGIS API for Silverlight应用
  6. centOS7 修改hostname
  7. shell中的比较语句
  8. TensorFlow文档翻译-01-TensorFlow入门
  9. 用C语言实现Ping程序功能
  10. android EventBus详解(三)
  11. golang从简单的即时聊天来看架构演变
  12. shiro 介绍和基本使用
  13. bzoj3051[WC2013]平面图(树上倍增+平面图转对偶图+扫描线)
  14. 用贝叶斯定理解决三门问题并用Python进行模拟(Bayes' Rule Monty Hall Problem Simulation Python)
  15. hdu 5821 Ball 贪心
  16. Windows2008安装WebSphere 6.1提示此安装程序不能在图形方式中运行
  17. SpringBoot入门(IDEA篇)(一)
  18. JSTL中c:forEach循环里的值的substr操作及对String操作的常用API
  19. [转]iis 重新安装后 重新注册asp.net
  20. canvas - 简单的神经网络

热门文章

  1. C#爬虫使用代理刷csdn文章浏览量
  2. 带着新人看java虚拟机01
  3. .netcore2.1在控制器中和类中,获取appsettings中值的方法
  4. vue3+typescript引入外部文件
  5. UiPath实践经验总结(一)
  6. Cannot set the value of read-only property 'outputFile' for ApkVariantOutputImpl_Decorated{...
  7. MPP-使用说明
  8. 一个非常简单的IMPDP事儿
  9. Liunx-cd命令
  10. Takeown、Cacls、Icacls-文件、文件夹夺权用法