問題
16.04からUbuntu 18.04に更新してから、いくつかのRパッケージ(統計プログラミング言語)をインストールできません。問題は、共有ライブラリの使用に関連しています。より正確に:libcurl
/usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not
found (required by /home/avila/R/x86_64-pc-linux-gnu-library/3.4/curl
/libs/curl.so)
ソファー、試してみた...
- ...で以前のバージョンのlibcurlを
sudo apt-get install libcurl3
インストールしますが、他のライブラリが手順でアンインストールされ、Rは使用できませんでした。
エラー出力
「予測」と呼ばれるパッケージをインストールしようとすると、例えば:
install.packages("forecast")
installing to /home/avila/R/x86_64-pc-linux-gnu-library/3.4/forecast/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared
object '/home/avila/R/x86_64-pc-linux-gnu-library/3.4/curl/libs/curl.so':
/usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not
found (required by /home/avila/R/x86_64-pc-linux-gnu-library/3.4/curl
/libs/curl.so)
ERROR: lazy loading failed for package ‘forecast’
* removing ‘/home/avila/R/x86_64-pc-linux-gnu-library/3.4/forecast’
Warning in install.packages :
installation of package ‘forecast’ had non-zero exit status
他の情報:
- Rバージョン3.4.4(2018-03-15)
- プラットフォーム:x86_64-pc-linux-gnu(64ビット)