New computer, install PHP php-protobuf framework extension, encountered some problems, recorded in this.
Enter Php-protobuf page Phpize as follows
grep: /usr/include/php/main/php.h: No such file or directorygrep: /usr/include/php/Zend/zend_modules.h: No such file or directorygrep: /usr/include/php/Zend/zend_extensions.h: No such file or directoryConfiguring for:PHP Api Version: Zend Module Api No: Zend Extension Api No:
Google's
Workaround:
sudo ln-s
/applications/xcode.app/contents/developer/platforms/macosx.platform/developer/sdks/macosx10.11.sdk/usr/ include//usr/include
Implementation of
ln: /usr/iclude: Operation not permitted
Report the mistake.
There is no include this folder under/usr/.
There are also mkdir include cannot create folders like operation not permitted
Seeking the Great God's weapon
Reply content:
New computer, install PHP php-protobuf framework extension, encountered some problems, recorded in this.
Enter Php-protobuf page Phpize as follows
grep: /usr/include/php/main/php.h: No such file or directorygrep: /usr/include/php/Zend/zend_modules.h: No such file or directorygrep: /usr/include/php/Zend/zend_extensions.h: No such file or directoryConfiguring for:PHP Api Version: Zend Module Api No: Zend Extension Api No:
Google's
Workaround:
sudo ln-s
/applications/xcode.app/contents/developer/platforms/macosx.platform/developer/sdks/macosx10.11.sdk/usr/ include//usr/include
Implementation of
ln: /usr/iclude: Operation not permitted
Report the mistake.
There is no include this folder under/usr/.
There are also mkdir include cannot create folders like operation not permitted
Seeking the Great God's weapon
Halo dead, ls all say, install command line tool will automatically help you configure the UNIX development environment
xcode-select --install
There is a problem with the PHP environment brew Reload PHP try
sudo ln -s/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ /usr/include
Link failure Reason 10.11 Enhanced system protection/USR wood has operational privileges
Workaround
Temporarily Deactivate system protection:
Press the power button to immediately hold command R ("R" Letter key), the middle of the Apple logo and the progress bar appears after the release button, waiting to restore the installation interface and "OS X utility"
After the window appears, click "Utilities" in the top menu bar, select "Terminal" in its drop-down menu and enter "csrutil disable" directly at the location of the terminal flashing character.
and enter, restart the computer.
Of course, you can use the phpize in XAMPP directly.