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

后端 未结 5 1655
长发绾君心
长发绾君心 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:45

    I had the similar problem. First, you need to look into the config.log file to find out the real error. For example, mine is shown as:

    /usr/include/string.h:548:5: error: unknown type name '__locale_t' __locale_t __loc)

    Which would be a problem due to the gcc I used. Then you can solve the problem based solving this issue, in my case, change another version of gcc works for me.

提交回复
热议问题