`

configure: error: Please reinstall the libcurl distribution

    博客分类:
  • php
 
阅读更多

configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/

代码:

apt-get install curl
apt-get install libcurl3
apt-get install libcurl4-gnutls-dev

分享到:
评论
1 楼 zhangjf108 2010-06-12  
怎么解决啊?

相关推荐

    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 库文件是 ...

    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);对于...

    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 &lt;curl-dir&gt;/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源代码安装常见错误与解决办法分享

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

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

    - `configure: error: Please reinstall the BZip2 distribution`:安装`bzip2-devel`。 ``` $ yum install bzip2-devel.x86_64 -y ``` - `configure: error: xpm.h not found.`:安装`libXpm-devel`。 ``` $ ...

Global site tag (gtag.js) - Google Analytics