Search code examples
phpmacos-mojavephpize

Unable to use PHPIZE after update to MacOS Mojave


What i should do when i run PHPIZE and get the error below ? I already installed xcode command line tools.

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:

Solution

  • Potential better solution - force reinstall the header files. Fixed a ton of problems for me system wide.

    Running the following command will reinstall the developer tools header files and should fix the issue.

    $ sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /