简体   繁体   English

Rstudio 未在 Ubuntu 22.04 上启动 - 加载共享库时出错:libcrypto.so.1.1

[英]Rstudio not starting on Ubuntu 22.04 - error while loading shared library: libcrypto.so.1.1

There's a libcrypto.so.1 in the system, I created a symlink to it as libcrypto.so.1.1 , but it does not find it.系统中有一个libcrypto.so.1 ,我创建了一个指向它的符号链接作为libcrypto.so.1.1 ,但它没有找到它。

I'm launching rstudio via the binary download: https://download1.rstudio.org/desktop/bionic/amd64/rstudio-2022.02.2-485-amd64-debian.tar.gz我通过二进制下载启动 rstudio: https://download1.rstudio.org/desktop/bionic/amd64/rstudio-2022.02.2-485-amd64-debian.tar.gz

This fixes it (a problem with packaging in 22.04):这修复了它(22.04 中的打包问题):

wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.3_amd64.deb

sudo dpkg -i libssl1.1_1.1.1l-1ubuntu1.3_amd64.deb

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM