You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When trying to run, R has a problem because of libcurl. Obviously, v4 is installed, but v3 needed:
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
The text was updated successfully, but these errors were encountered: