Mac 10.11 Phpize Error problem

Source: Internet
Author: User
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.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.