Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RStudio 1.2.637 not compatible with libssl from Debian Buster (10) #2853

Closed
balwierz opened this issue May 24, 2018 · 5 comments
Closed

RStudio 1.2.637 not compatible with libssl from Debian Buster (10) #2853

balwierz opened this issue May 24, 2018 · 5 comments

Comments

@balwierz
Copy link

@balwierz balwierz commented May 24, 2018

System details

RStudio Edition : Desktop
RStudio Version : 1.2.637
OS Version      :  Debian Buster
R Version       : 3.4.4

Steps to reproduce the problem

execute rstudio

Describe the problem in detail

Rstudio on Debian Buster (rstudio-1.2.637-amd64.deb) displays a standard chromium "connection refused" message.

This site can’t be reached

127.0.0.1 refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED

Console output:

"Uncaught TypeError: Cannot read property 'notifyRCrashed' of undefined"

/usr/bin/rstudio --run-diagnostics

R session launched, attempting to connect on port 36065...
/usr/lib/rstudio/bin/rsession: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

Connected to R session, attempting to initialize...
@jmcphers
Copy link
Member

@jmcphers jmcphers commented May 24, 2018

We don't currently support the development releases of Debian; Buster includes a libssl that is not ABI compatible with the one RStudio is built against.

@balwierz
Copy link
Author

@balwierz balwierz commented May 24, 2018

That's a pity. We are running Debian testing in our lab to conveniently stay up to date with many bioinformatics tools without the need of either compiling and updating manually, or staying behind a couple of months with an old version.
Debian follows a 3-step stable/testing/unstable system. We are running the mid one on our cluster.(not web servers) as a compromise between stability and update lag.

@jmcphers
Copy link
Member

@jmcphers jmcphers commented May 24, 2018

I don't have a VM with Buster handy, but we do have a new Stretch-based desktop build that will become available in the next preview release (ETA next week), which may work for you.

@jmcphers jmcphers changed the title Rstudio 1.2.637 displays "This site can’t be reached" upon startup RStudio 1.2.637 not compatible with libssl from Debian Buster (10) May 24, 2018
@jmcphers
Copy link
Member

@jmcphers jmcphers commented May 24, 2018

And if you don't want to wait for the preview, here's the first daily build from Stretch:

https://dailies.rstudio.com/rstudio/oss/debian9/x86_64/

@balwierz
Copy link
Author

@balwierz balwierz commented May 25, 2018

Thanks. This one works. All Stretch builds used to work for me before.

I think the confusion is that the download page for 1.2.637 says simply Ubuntu/Debian (64-bit) what implicitly means any Ubuntu or Debian version should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants