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

相关文章:

  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2021-05-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-16
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2021-09-12
  • 2022-12-23
相关资源
相似解决方案