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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章