Page 1 of 1

dependency issues installing rstudio-desktop

Posted: 28. Feb 2023, 08:37
by Median Joe
I would like to install rstudio which is an IDE for the R programming language. There is a Salix package for the legacy 32bit version but rather surprisingly not one for 64bit, so I installed the necessary requirements as listed on slackbuilds.org :

https://slackbuilds.org/repository/15.0 ... o-desktop/

Then used slapt-src to install rstudio-desktop. Unfortunately I'm getting an error :
CMake Error at src/cpp/CMakeLists.txt:475 (message):
Some or all SOCI libraries were not found. Ensure the SOCI dependency is
installed and try again.
However, the soci libraries and dependencies are all correctly installed, according to the feedback from slapt-get.

Any suggestions? Thanks.

Re: dependency issues installing rstudio-desktop

Posted: 28. Feb 2023, 12:04
by djemos

Code: Select all

sudo slapt-get -i R pandoc-bin yaml-cpp hunspell-en nodejs yarn apache-ant zulu-openjdk8 mathjax2 postgresql unixODBC
sudo slapt-src -i soci
sudo slapt-src-i rstudio-desktop

Re: dependency issues installing rstudio-desktop

Posted: 28. Feb 2023, 12:59
by Median Joe
Thanks. I did initially install postgresql and unixODBC because they're requirements for soci.

After sudo slapt-src -i soci I get:
Unable to find all specified slackbuilds.

Re: dependency issues installing rstudio-desktop

Posted: 28. Feb 2023, 13:05
by djemos
Run again the above commands.
But before run sudo slapt-src-i rstudio-desktop log out and log in again to read the JAVA_HOME.

Re: dependency issues installing rstudio-desktop

Posted: 28. Feb 2023, 14:05
by Median Joe
Still not working I'm afraid.
Unable to find all specified slackbuilds.

Re: dependency issues installing rstudio-desktop

Posted: 28. Feb 2023, 15:34
by djemos
Download the binaries build on salix-xfce-15.0 for rstudio, soci and other files install them and run rstudio on salix-15.0

Re: dependency issues installing rstudio-desktop

Posted: 1. Mar 2023, 10:11
by Median Joe
Thanks!

Re: dependency issues installing rstudio-desktop

Posted: 22. Mar 2023, 20:03
by gapan
Thanks djemos! I have uploaded the rstudio-desktop package to the repos now.