Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The causes and Solutions of the failure of compiling php extension

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

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!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report