The causes and Solutions of the failure of compiling php extension
This article mainly explains the reasons and solutions for the failure of compiling php extensions. The explanation in this article is simple and clear and easy to learn and understand. Please follow the editor's ideas to study and learn the reasons and solutions for the failure of compiling php extensions.
Description
After Big Sur, the / usr/include soft chain cannot be established by shutting down SIP, resulting in the failure of compiling the php extension. Prompt: fatal error: 'php.h'file not found
Solution mkdir ~ / php/bincp-a / usr/bin/phpize ~ / php/bin/cp-a / usr/bin/php-config ~ / php/bin/
Vim ~ / php/bin/phpize
Vim ~ / php/bin/php-config
Download example 1 of the extension file:
Wget http://pecl.php.net/get/grpc-1.37.1.tgztar xf grpc-1.37.1.tgzcd grpc-1.37.1~/php/bin/phpize./configure-- with-php-config=$HOME/php/bin/php-configmakecp-a modules/grpc.so.. / ext
Example 2:
Wget / / pecl.php.net/get/protobuf-3.16.0.tgztar xf protobuf-3.16.0.tgzcd protobuf-3.16.0~/php/bin/phpize./configure-- with-php-config=$HOME/php/bin/php-configmakecp-a modules/protobuf.so.. / ext Thank you for your reading. The above is the reason and solution for the failure of compiling php extension. After the study of this article I believe that you have a deeper understanding of the reasons for the failure of compiling the php extension and the solution to this problem, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!