Skip to content
Advertisement

R packages: RCurl and curl packages install failure on Linux

I hope you can help with this issue I have come across whilst installing RCurl and curl packages for R.

JavaScript

Advertisement

Answer

That looks like that you have different versions of libcurl. One approch could be the following one (for your console):

JavaScript

Then you can use ldd libcurl.so to find all dependencies and shared libraries to this. Perhaps you can find some errors and/or you have to create a new LD_LIBRARY_PATH.

Good Luck!
J_F

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement