在已经编译安装好php7场景下安装curl扩展

Posted qiangshangkeji

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在已经编译安装好php7场景下安装curl扩展相关的知识,希望对你有一定的参考价值。

在已经编译安装好php7场景下安装curl扩展

cd /root/php7/php-7.2.31/ext/curl #从php官网下载php源码安装包

/usr/local/php746/bin/phpize #已经安装好的phpize的路径
 yum install libcurl-devel   #没有这个会报错 for cURL 7.10.5 or greater... configure: error: cURL version 7.10.5 or later is required to compile php with cURL suppor

configure --with-php-config=/usr/local/php746/bin/php-config 

make

make  test

make install

以上是关于在已经编译安装好php7场景下安装curl扩展的主要内容,如果未能解决你的问题,请参考以下文章

在已经编译安装好php7场景下 安装php openssl扩展

在已经编译安装好php7场景下 安装php openssl扩展

centos的php7怎么安装memcached扩展

gmp如何编译安装?Php已经装好了,想增加这个模块。

安装好的nginx如何查看已经安装模块和添加一个未被编译安装的模块

原已经安装好的nginx,现在需要添加一个未被编译安装的模块: