/usr/lib/rstudio-server/bin/rserver: error while loading shared libraries: libssl.so.1.1: cannot open shared object file

I installed Rstudio server into Ubuntu 14-16.

Following this instructions:

$ sudo apt-get install gdebi-core
$ wget https://download2.rstudio.org/server/trusty/amd64/rstudio-server-1.2.1335-amd64.deb
$ sudo gdebi rstudio-server-1.2.1335-amd64.deb

But the starting of the service I get this error:

/usr/lib/rstudio-server/bin/rserver: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

I have not got the solution.

2 Likes

Can you confirm that you did download and install this copy version of RStudio Server? That should link to and require libssl 1.0.0 rather than libssl 1.1.0.

That error would indicate that you perhaps downloaded the version for Debian 9.

I downloaded from page:

https://www.rstudio.com/products/rstudio/download-server/

I chose part: Debian 8 / Ubuntu 14-16

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.