dependency issues installing rstudio-desktop

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
Median Joe
Posts: 9
Joined: 1. Dec 2022, 09:45

dependency issues installing rstudio-desktop

Post 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.
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: dependency issues installing rstudio-desktop

Post 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
Median Joe
Posts: 9
Joined: 1. Dec 2022, 09:45

Re: dependency issues installing rstudio-desktop

Post 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.
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: dependency issues installing rstudio-desktop

Post 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.
Median Joe
Posts: 9
Joined: 1. Dec 2022, 09:45

Re: dependency issues installing rstudio-desktop

Post by Median Joe »

Still not working I'm afraid.
Unable to find all specified slackbuilds.
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: dependency issues installing rstudio-desktop

Post 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
Median Joe
Posts: 9
Joined: 1. Dec 2022, 09:45

Re: dependency issues installing rstudio-desktop

Post by Median Joe »

Thanks!
User avatar
gapan
Salix Wizard
Posts: 6238
Joined: 6. Jun 2009, 17:40

Re: dependency issues installing rstudio-desktop

Post by gapan »

Thanks djemos! I have uploaded the rstudio-desktop package to the repos now.
Image
Image
Post Reply