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

How yum installs curl php extensions

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

Today, I will talk to you about how to install the curl php extension in yum. Many people may not know much about it. In order to make you understand better, the editor has summarized the following for you. I hope you can get something according to this article.

Yum installs the curl php extension: 1, install the dependency package through the "yum install curl curl-devel" command; 2, find the PHP installation package; 3, modify "php.ini" and add "extension=curl.so".

This article operating environment: linux5.9.8 system, PHP5.6 version, Dell G3 computer.

How does yum install the curl php extension?

Install PHP's curl extension under Linux:

Install the dependency package first:

Yum install curl curl-devel

Find the installation package for PHP and enter the installation package for cd.

Cd php-5.6.25/ext/curlphpize

Complete the path if the phpize is not found, / usr/local/php/bin/phpize

If the following error occurs: Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment vari

Solution:

Yum install m4yum install autoconf

Then re-phpize

. / configure-with-curl=/usr/local/curl-with-php-config=/usr/local/php/bin/php-configmake & & make install

The following appears after a successful installation:

Installing shared extensions: / usr/local/php/lib/php/extensions/no-debug-zts-20131226/

Curl.so appears in this folder

Copy curl.so to an extended folder in PHP

Extension_dir can be found in the folder path in php.ini

The first time you install the extension, this is commented out. You can remove the comments, and then specify the folder path.

Copy to a folder:

Cp / usr/local/php/lib/php/extensions/no-debug-zts-20131226/curl.so / usr/local/php/extension/curl.so

Followed by my extended folder path

Modify php.ini: add extension=curl.so

Restart Apache:/usr/local/apache/bin/apachectl restart

After reading the above, do you have any further understanding of how yum installs curl php extensions? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.

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