`
ruby8
  • 浏览: 209359 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

编译php报错Please reinstall the libcurl distribution

 
阅读更多

让server服务器的php环境支持curl的时候, 在编译时出现如下报错

 

configure: error: Please reinstall the libcurl distribution -

 

是curl的dev包没有安装, 解决方案:


yum -y install curl-devel

分享到:
评论

相关推荐

    CentOS下编译php时的一些典型错误及解决办法.

    3. configure: error: Please reinstall the libcurl distribution -easy.h should be in /include/curl/ 解决方法: yum install curl-devel 此错误是由于缺少 curl-devel 库文件所引起的。curl-devel 库文件是 ...

    Centos环境下安装curl

    - 如果出现提示“Please reinstall the libcurl distribution – easy.h should be in <curl-dir>/include/curl/”,则需要重新安装curl-devel包: ```bash sudo yum install curl-devel -y ``` - 编译安装: ...

    PHP编译安装时常见错误解决办法

    13. 错误:`configure: error: Please reinstall the libcurl distribution – easy.h should be in /include/curl/` 解决:执行 `yum -y install libcurl-devel` 安装libcurl开发库。 14. 错误:`configure: ...

    linux下PHP编译安装各种出错及解决方法

    configure: error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/ ``` **原因分析:** cURL 是一个用于 URL 转发的工具,PHP 中用于 HTTP 请求等操作。 **解决方案...

    CentOS编译安装PHP常见错误及解决办法

    12. 错误:`Configure: error: Please reinstall the libcurl distribution – easy.h should be in /include/curl/` 解决方法:安装curl及其开发库,使用`yum install curl curl-devel`。 13. 错误:`Configure: ...

    PHP编译configure时常见错误的总结

    12. **错误:Configure: error: Please reinstall the libcurl distribution – easy.h should be in /include/curl/** 解决方法:在CentOS上,使用`yum install curl curl-devel`(适用于Redhat和Fedora);对于...

    Centos7.2 编译安装PHP7.0.2的步骤

    - `Please reinstall the libcurl distribution`:安装`curl-devel`。 ``` $ yum -y install curl-devel ``` - `jpeglib.h not found`:安装`libjpeg.x86_64`, `libpng.x86_64`, `freetype.x86_64`, `libjpeg-...

    php源代码安装常见错误与解决办法分享

    8. **错误:configure: error: Please reinstall the libcurl distribution -easy.h should be in <curl-dir>/include/curl/** 解决:安装curl库及开发文件,命令是`yum install curl curl-devel`。 9. **错误:...

Global site tag (gtag.js) - Google Analytics