码迷,mamicode.com
首页 > Web开发 > 详细

configure: error: Please reinstall the libcurl distribution

时间:2016-06-07 16:23:04      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

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

基本上确定是丢失了什么包所致,上网搜索得到需要事先安装的依赖包。

# RetHat CentOS or Fedora 使用下面安装命令
yum install curl curl-devel
# Debian or Ubuntu使用下面的安装命令
apt-get install curl
apt-get install libcurl4-gnutls-dev

configure: error: Please reinstall the libcurl distribution

标签:

原文地址:http://www.cnblogs.com/php-linux/p/5567274.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!