Skip to content
Prev 2903 / 3656 Next

Segfault on ubuntu 18.04

Den 2018-07-06 kl. 17:51, skrev G?ran Brostr?m:
I did this and removed anything related to R and reinstalled. Then, in R,

 > install.packages("curl")

and got

Error: package or namespace load failed for 'curl' in dyn.load(file, 
DLLpath = DLLpath, ...):
  unable to load shared object 
'/usr/local/lib/R/site-library/curl/libs/curl.so':
   /usr/local/lib/R/site-library/curl/libs/curl.so: undefined symbol: 
curl_easy_escape
Error: loading failed

I have installed curl, libcurl4, libcurl4-openssl-dev.

G?ran