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
Rstudio Server 1.2.1335 libssl version error in Ubuntu 19.04 #4681
Comments
|
Which version of RStudio Server did you install? There is a version specifically built for Ubuntu Bionic which should also work on Ubuntu 19 (it uses OpenSSL 1.1). |
|
1.2.1335 $ apt show rstudio-server
Package: rstudio-server
Version: 1.2.1335
...
Depends: psmisc, libapparmor1, libedit2, sudo, lsb-release, libssl1.0.0 | libssl1.0.2 | libssl1.1, libclang-dev, libc6 (>= 2.7)
...
$ sudo rstudio-server restart
/usr/lib/rstudio-server/bin/rserver: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory |
|
@dongzhuoer Again, which version did you install, i.e. the flavor, not the version? For Debian 8 / Ubuntu or for Debian 9+? |
|
I tried both just now. The former said By the way, Ubuntu 19.04 is Debian 10, |
|
I see. As
|
|
@dongzhuoer I think what you need is the Ubuntu Bionic build. Does that do what you want? https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.2.1335-amd64.deb |
|
I missed this version. Sorry for my useless remarks above. |
|
Yes, it does solve the problem. Thank you so much! |
Rstudio Server wants
libssl.so.1.0.0, which is not available in Ubuntu 19.04I use a Docker of Ubuntu 18.04, install libssl1.0.0, then copy
libssl.so.1.0.0andlibcrypto.so.1.0.0to my system. Finally it works.The text was updated successfully, but these errors were encountered: