My issue is this:
Rigth now i have R 3.2 wooden xmas tree version, but theres some packages I need that dosent work on this version, so when i try to install the newest version, with
./configure
It returns the next error
configure: error: libcurl >= 7.28.0 library and headers are required with support for https
I have a package called libcurl3
installed. And its already in the last version.
Ill appreciate any help.
Note: I'm using Ubuntu based Peppermint 7 OS
I had similar problem, and I solve it by installing libcurl4-openssl-dev. This is one of packages, which R could use (R manual https://cran.r-project.org/web/packages/curl/index.html)
In my case, it was due to libcurl installed in anaconda2 package, whose libcurl version did not support https.
I removed the path to anaconda2 from PATH variable, and it was all fixed.
I had the same problem on centos 7. I fixed it by installing the libcurl-devel
. The mistake I had made was that I just had libcurl
installed and not it's development packages.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With