Stuck at configuration trying to install R from source on RedHat. Here is the output:
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
I try yum install libcurl4-openssl-dev
to solve the error,but the system says no such packages are available.