我打算在CentOS中安装R_3.3.1。 因此,我下载了tar文件并进行了构建。 在构建此文件期间,由于防御原因,我遇到了一些麻烦。 我通过参考解决了这个错误。 https://oguya.ch/posts/2017-03-18-building-R-on-rhel-6/在这里。
但是在libcurl步骤中,我无法解决它。
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
我的curl版本是7.47.1,所以我认为版本没有关系
[nubiz@localhost R-3.3.1]$ curl --version
curl 7.47.1 (x86_64-pc-linux-gnu) libcurl/7.47.1 zlib/1.2.8
Protocols: dict file ftp gopher http imap pop3 rtsp smtp telnet tftp
但错误显示此libcurl无法使用http。
那么有没有哪个版本可以使用http或某种方式来解决此错误?
我使用此命令“ curl-config --protocols”检查协议可以在curl中使用什么
我只能这样使用HTTP
DICT
FILE
FTP
GOPHER
HTTP
IMAP
POP3
RTSP
SMTP
TELNET
TFTP
可以启用HTTPS吗?