Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get R 3.3.x to work on Ubuntu 18.04 #9

Closed
grssnbchr opened this issue Nov 7, 2018 · 1 comment
Closed

Get R 3.3.x to work on Ubuntu 18.04 #9

grssnbchr opened this issue Nov 7, 2018 · 1 comment

Comments

@grssnbchr
Copy link
Owner

grssnbchr commented Nov 7, 2018

When trying to run, R has a problem because of libcurl. Obviously, v4 is installed, but v3 needed:

Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared object '/home/tgrossen/R/x86_64-pc-linux-gnu-library/3.3/curl/libs/curl.so':
  /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /home/tgrossen/R/x86_64-pc-linux-gnu-library/3.3/curl/libs/curl.so)

This is probably just one of many other issues that will arise when trying to run old R versions on new OSes.

Some context: https://community.rstudio.com/t/error-version-curl-openssl-3-not-found/8090

@grssnbchr
Copy link
Owner Author

Reinstalling the curl R package solves the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant