What can I do to install RStudio correctly? I am in Manjaro and everything else is updated so far.
Hi, all
I just build and failed the package according to hopimet comments here: https://aur.archlinux.org/packages/rstudio-desktop-bin.
However, even I followed the exact instructions there, and also installed r-openssl, I still get this message when I open the application:
### Error Information:
## R Session Startup Failure Report
### RStudio Version
RStudio 2022.12.0+353 "Elsbeth Geranium " (7d165dcf, 2022-12-03) for Ubuntu Bionic
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) rstudio/2022.12.0+353 Chrome/102.0.5005.167 Electron/19.1.3 Safari/537.36
### Error message
[No error available]
### Process Output
The R session exited with code 127.
Error output:
/usr/lib/rstudio/resources/app/bin/rsession: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
### Standard output:
[No output emitted]
### Logs
*/home/$USER/.local/share/rstudio/log/rsession-simonapetra.log*
2022-12-02T02:37:22.814058Z [rsession-simonapetra] ERROR system error 2 (No such file or directory) [path: , dcf-file: ]; OCCURRED AT rstudio::core::Error rstudio::core::FilePath::openForRead(std::shared_ptr<std::basic_istream<char> >&) const src/cpp/shared_core/FilePath.cpp:1462; LOGGED FROM: void rstudio::session::projects::{anonymous}::syncProjectFileChanges() src/cpp/session/projects/SessionProjects.cpp:511
2022-12-02T02:37:22.814058Z [rsession-simonapetra] ERROR system error 2 (No such file or directory) [path: , dcf-file: ]; OCCURRED AT rstudio::core::Error rstudio::core::FilePath::openForRead(std::shared_ptr<std::basic_istream<char> >&) const src/cpp/shared_core/FilePath.cpp:1462; LOGGED FROM: void rstudio::session::projects::{anonymous}::syncProjectFileChanges() src/cpp/session/projects/SessionProjects.cpp:511
I also deleted all my startup files .Rprofile, .Renviron
, etc.
I removed directories ~/.local/share/rstudio
and ~/.config/RStudio
System Information:
- RStudio Edition: Desktop
- RStudio Version: RStudio 2022.12.0+353 "Elsbeth Geranium " (7d165dcf, 2022-12-03) for Ubuntu Bionic
- OS Version: Manjaro updated today, 2022-12-26
- R Version: 4.2.2
- Output your diagnostics report (if possible): (all is above)