坚持尝试在RedHat上从源安装R的配置。这是输出:
checking libcurl version ... 7.49.1
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking if libcurl is version 7 and >= 7.28.0... yes
checking if libcurl supports https... no
configure: error: libcurl >= 7.28.0 library and headers are required with support for https
我尝试yum install libcurl4-openssl-dev
来解决错误,但系统说没有这样的包可用。
答案 0 :(得分:0)
尝试为libcurl安装devel包,它适用于我的情况。以下是命令:
yum install libcurl-devel.x86_64