Missing Library

I have installed RStudio in my new implementation of Debian Buster.

comp@AbNormal:~/Downloads/RStudio$ sudo -s dpkg -i rstudio-1.2.1335-amd64.deb
(Reading database ... 149026 files and directories currently installed.)
Preparing to unpack rstudio-1.2.1335-amd64.deb ...
Unpacking rstudio (1.2.1335) over (1.2.1335) ...
Setting up rstudio (1.2.1335) ...
Processing triggers for desktop-file-utils (0.23-4) ...
Processing triggers for mime-support (3.62) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for shared-mime-info (1.10-1) ...
comp@AbNormal:~$ export RSTUDIO_CHROMIUM_ARGUMENTS="--disable-gpu"
comp@AbNormal:~$ /usr/bin/rstudio
/usr/bin/rstudio: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory


The Stretch version of libssl is 1.1.1c-1

This is having a major impact on my research program and I really need a solution.

Thanks in advance.

--
Stephen P. Molnar, Ph.D. Life is a fuzzy set

I inadvertently solved the problem. I downloaded the tarball. Once it was expanded RStudio opened and is fully operational (as far as I can tell at this point),

1 Like

Hello,

I had the same issue on ubuntu. I was able to make it works after few trials.

Regards,

jm

1 Like

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