SHinobu I'm receiving this error: configure: error: libcurl >= 7.22.0 library and headers are required with support for https But, i just had installed curl I'm exhausted, I'm trying to simply run R in this system but everytime I get some different error
JoshStrobl Just because you have curl installed doesn't mean you have the development headers installed. Do you have curl-devel installed on your system?
viyoriya SHinobu you need to set an environment variable CURL_SSL_BACKEND="openssl" when starting R. Ref : https://github.com/jeroen/curl/issues/197