Unable to open RStudio installed on Amazon Linux: error while loading shared libraries: libssl.so.1.1

Hi there

I am trying to install and run RStudio on my Linux Amazon Workspace.
I have successfully installed R 3.6.0 and can run it from the terminal: sudo yum install R
I have downloaded and installed RStudio using:
sudo yum install rstudio-1.3.959-x86_64.rpm

RStudio appears in the applications folder however, it does not open up. When I try and run: rstudio in the terminal I get this error:
rstudio: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

I have also added localhost and 127.0.0.1 to the list of approved Hosts and Domains - I needed to do this anyway for other applications.

Any help would be very much appreciated!

Here is the linux release:
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"

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