Re: [R] Configure error: checking if libcurl supports https... no

2021-08-30 Thread Adam WysokiƄski via R-help
Hi, What you need is the libcurl library, not the program curl (which you have installed): sudo apt-get install libcurl4 and probably (if not installed automatically by apt): sudo apt-get install libcurl4-openssl-dev Now it should work. PS. you may always check which package provide

[R] Configure error: checking if libcurl supports https... no

2021-08-28 Thread Rolf Turner
I'm getting results from a package which differ from results that I got a few weeks ago, and the only thing that I can think of that's changed is the version of R (from 4.1.0 to 4.4.1). So I wanted to install 4.1.0 and play around with that, to see if that is indeed the explanation. (If that is