Hi, I am trying to install RStudio (daily) on Debian Buster.
Install *.deb seems ok, but when i start rstudio :
rstudio: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory
Debian Buster version of libssl.so and libcrypto.so are different, more recent, i try symbolic link, but can't work
openssl 1.1.1b-1 amd64 Secure Sockets Layer toolkit - cryptographic utility
#find /usr -name libssl.so* /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libssl.so.1.1
#find /usr -name libcrypto.so* /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
Is there any solution or i must waiting new version of RStudio ?