Installing R on Linux: configure: error: libcurl >= 7.28.0 library and headers are required with support for https

后端 未结 5 1650
长发绾君心
长发绾君心 2020-12-25 14:11

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 new

5条回答
  •  [愿得一人]
    2020-12-25 14:33

    I had the same problem on Ubuntu 16.04LTS. Unfortunately installing libcurl4-openssl-dev did not solve the issue. However, installing libcurl4-gnutls-dev did work.

提交回复
热议问题