I am working on a CentOS 7 workstation. I had installed Rstudio and it was working fine until recently. But now, if I try to launch it at http://localhost:8787/ I get an error that says Unable to connect to service
I checked if R is working properly in terminal and I got following error.
/usr/lib64/R/bin/exec/R: error while loading shared libraries: /lib/libgcc_s.so.1: file too short
If I try to install R again using following command, sudo yum install R -y I get following reply
Package R-3.5.2-2.el7.x86_64 already installed and latest version
Nothing to do
What do I have to do?