mac phpize執行後報錯:grep: /usr/include/php/main/php.h: No such file or directory

$ 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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章