configure: error: Please reinstall the libcurl distribution

时间:2017-06-01
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
 
上一条:SVN服务器如何搭建?svn服务器搭建步骤 下一条:configure: WARNING: unrecognized options: --with-mysql

相关文章

最新文章