Installing RStudio on Debian Buster

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 ?

1 Like

Eek! The libssl issues are painful. I don't have a whole lot of time to dig in at present, and I am unfamiliar with Debian Buster. However, I know that the Rocker project uses debian, and they do this to grab libssl

However, that's 1.0.0... so not sure it will help. Potentially something you could emulate to grab and install the necessary libssl, though?

@pgrevet So when y'all are running the daily, are you running the 1.3.x line, then?

Hi,

New test, this morning I try with

ii rstudio 1.3.117 amd64 RStudio rstudio-1.3.117-amd64.deb published 2019-04-15 05:31:53

and then with

rstudio 1.2.1335

  • But always errors
ldd /usr/bin/rstudio 
/usr/bin/rstudio: /lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/bin/rstudio)
linux-vdso.so.1 (0x00007fffba9ad000)
libQt5WebEngine.so.5 => /lib/x86_64-linux-gnu/libQt5WebEngine.so.5 (0x00007f38ec3ff000)
libQt5WebEngineWidgets.so.5 => /lib/x86_64-linux-gnu/libQt5WebEngineWidgets.so.5 (0x00007f38ec3bc000)
libQt5PrintSupport.so.5 => /lib/x86_64-linux-gnu/libQt5PrintSupport.so.5 (0x00007f38ec345000)
libQt5QuickWidgets.so.5 => /lib/x86_64-linux-gnu/libQt5QuickWidgets.so.5 (0x00007f38ec330000)
libQt5Sensors.so.5 => /lib/x86_64-linux-gnu/libQt5Sensors.so.5 (0x00007f38ec2ee000)
libQt5Svg.so.5 => /lib/x86_64-linux-gnu/libQt5Svg.so.5 (0x00007f38ec298000)
libQt5Xml.so.5 => /lib/x86_64-linux-gnu/libQt5Xml.so.5 (0x00007f38ec257000)
libQt5XmlPatterns.so.5 => /lib/x86_64-linux-gnu/libQt5XmlPatterns.so.5 (0x00007f38ebe93000)
libQt5DBus.so.5 => /lib/x86_64-linux-gnu/libQt5DBus.so.5 (0x00007f38ebdfb000)
libQt5Sql.so.5 => /lib/x86_64-linux-gnu/libQt5Sql.so.5 (0x00007f38ebdb0000)
libQt5OpenGL.so.5 => /lib/x86_64-linux-gnu/libQt5OpenGL.so.5 (0x00007f38ebd56000)
libicui18n.so.56 => not found
libicuuc.so.56 => not found
libicudata.so.56 => not found
libQt5WebEngineCore.so.5 => /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 (0x00007f38e59a8000)
libQt5WebChannel.so.5 => /lib/x86_64-linux-gnu/libQt5WebChannel.so.5 (0x00007f38e5988000)
libQt5Positioning.so.5 => /lib/x86_64-linux-gnu/libQt5Positioning.so.5 (0x00007f38e5900000)
libQt5Quick.so.5 => /lib/x86_64-linux-gnu/libQt5Quick.so.5 (0x00007f38e547b000)
libQt5Qml.so.5 => /lib/x86_64-linux-gnu/libQt5Qml.so.5 (0x00007f38e507e000)
libQt5Network.so.5 => /lib/x86_64-linux-gnu/libQt5Network.so.5 (0x00007f38e4edd000)
libQt5Widgets.so.5 => /lib/x86_64-linux-gnu/libQt5Widgets.so.5 (0x00007f38e4886000)
libQt5Gui.so.5 => /lib/x86_64-linux-gnu/libQt5Gui.so.5 (0x00007f38e42fb000)
libQt5Core.so.5 => /lib/x86_64-linux-gnu/libQt5Core.so.5 (0x00007f38e3e00000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f38e3ddf000)
libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f38e3dd8000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f38e3dcf000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f38e3dc5000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f38e3ba7000)
libssl.so.1.0.2 => not found
libcrypto.so.1.0.2 => not found
  • Then i just try to install

http://security.debian.org/debian-security/pool/updates/main/o/openssl1.0/libssl1.0.2_1.0.2r-1~deb9u1_amd64.deb

  • And now rstudio start, it seems to work but it's not very clean

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.