configure: error: cURL version 7.10.5 or later is required to compile php with cURL support

报错:
  • docker php 容器 安装扩展 报错:
checking for cURL 7.10.5 or greater... configure: error: cURL version 7.10.5 or later is required to compile php with cURL support
解决办法:
# apt-get install libcurl-dev -y
apt-get install libcurl4-openssl-dev -y
其他参考:
ubuntu下编译安装PHP出现 cURL version 7.10.5 or later is required:
https : // segmentfault . com /q/1010000022068352/
linux 编译安装php7.3报错[checking for cURL 7.10.5 or greater... configure: error: cURL version 7.10.5 or ] :
https : // blog . csdn . net /ZHANG_TIMI/article/details/99713554
发布了118 篇原创文章 · 获赞 17 · 访问量 7万+

猜你喜欢

转载自blog.csdn.net/one312/article/details/105024764