我刚刚将Mac从Sierra更新为High Sierra。我在instructions之后安装了PECL,我想在运行xdebug
的情况下安装pecl install xdebug
。
79个源文件,正在运行:phpize grep:
/usr/include/php/main/php.h:没有这样的文件或目录grep /usr/include/php/Zend/zend_modules.h:没有这样的文件或目录grep: /usr/include/php/Zend/zend_extensions.h:没有这样的文件或目录 配置为:PHP Api版本:Zend模块Api否:Zend扩展 api号:建在 /private/tmp/pear/install/pear-build-rootPkeU2l/xdebug-2.6.0运行: / private / tmp / pear / install / xdebug / configure --with-php-config = / usr / bin / php-config /private/tmp/pear/install/xdebug/xdebug.c:25:10:致命错误:'php.h' 找不到文件
包括“ php.h”
1个错误。 make:*** [xdebug.lo]错误1错误:“ make”失败
我觉得我在安装PECL的过程中可能做错了什么... 我该怎么办?
php -v
PHP 7.1.16(CLI)(内置:2018年3月31日02:59:59)(NTS)版权(c) 1997-2018,PHP Group Zend Engine v3.1.0,版权所有(c)1998-2018 Zend Technologies
答案 0 :(得分:-1)
需要运行
xcode-select --install