LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-30-2022, 01:23 AM   #1
slackuser222
Member
 
Registered: Jan 2022
Posts: 64

Rep: Reputation: Disabled
Where do I find or install libgstreamer-0.10.so.0


Hi guys! Once again I'm here asking for help... kkk

Well, first of all, thanks a lot for all the help you provide me in Qgis installation. It is working fine here now, and it would not be possible without your valuable help. You are amazing!

So now I'm having problems running Rstudio. In my job I run a system that involves MikTex, R, Rstudio and spreadsheets. Well, I managed to install all of those successfully, with no errors or warnings. However, when I try to run Rstudio, it aborts, never opens.

When I run it in terminal, it gives me the following error:

bash-5.1# rstudio
rstudio: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory

Well, I imagine that this lib is included in the gstreamer, with I have it installed (gstreamer-1.18.5-x86_64-1). It is possible that if I upgrade the gstreamer to version 1.19.90, this may be corrected... Then I did it. Now I have a libgstreamer-1.0.so.0 in my /usr/local/lib64 dir. And, still, R-studio doesn't worh, with the same error.

I use Slackware64-current. Any idea on how to solve this?

Thanks in advance!
 
Old 01-30-2022, 01:51 AM   #2
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,088

Rep: Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761
Latest gstreamer for -current (1.18.5) definitely contains libgstreamer-0.10.so.0.1805.0 and when installed the symlinks libgstreamer-0.10.so and libgstreamer-0.10.so.0 are created (all in the /usr/lib64 dir).

Might be that your Rstudio is looking for the file in a different directory. Did you build Rstudio yourself, (e.g. with ponce's buildscript for -current) - if so, I would expect it to look for libgstreamer in the proper place - or did you find a package somewhere?

Last edited by kgha; 01-30-2022 at 01:53 AM.
 
Old 01-30-2022, 01:56 AM   #3
slackuser222
Member
 
Registered: Jan 2022
Posts: 64

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by kgha View Post
Latest gstreamer for -current (1.18.5) definitely contains libgstreamer-0.10.so.0.1805.0 and when installed the symlinks libgstreamer-0.10.so and libgstreamer-0.10.so.0 are created (all in the /usr/lib64 dir).

Might be that your Rstudio is looking for the file in a different directory. Did you build Rstudio yourself, (e.g. with ponce's buildscript for -current) - if so, I would expect it to look for libgstreamer in the proper place - or did you find a package somewhere?
I've built it from ponce slackbuild. No errors or warnings.
 
Old 01-30-2022, 01:56 AM   #4
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,130

Rep: Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202
Quote:
Originally Posted by slackuser222 View Post
I've built it from ponce slackbuild. No errors or warnings.
I think you forgot to check the dependencies because actually rstudio depends on gst0-plugins-base (the base plugins of the previous gstreamer version, 0.10.x, that in turn depend on gstreamer0)

https://git.slackbuilds.org/slackbui...it/?id=63a970c
 
Old 01-30-2022, 02:04 AM   #5
slackuser222
Member
 
Registered: Jan 2022
Posts: 64

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ponce View Post
I think you forgot to check the dependencies because actually rstudio depends on gst0-plugins-base (the base plugins of the previous gstreamer version, 0.10.x, that in turn depend on gstreamer0)

https://git.slackbuilds.org/slackbui...it/?id=63a970c
Indeed... i could not find gst0-plugins-base anywere to download... I found another one, without the 0 (gst-plugins-base). I guess it's not the same thing...

Can you point me some repository?
 
Old 01-30-2022, 02:10 AM   #6
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,130

Rep: Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202
Quote:
Originally Posted by slackuser222 View Post
Indeed... i could not find gst0-plugins-base anywere to download... I found another one, without the 0 (gst-plugins-base). I guess it's not the same thing...

Can you point me some repository?
gst-plugins-base is already in Slackware, you don't need to install a different version of that.

gst0-plugins-base is in the unofficial repository for current that you said in you previous post you are already using...
Quote:
Originally Posted by slackuser222 View Post
I've built it from ponce slackbuild. No errors or warnings.
https://github.com/Ponce/slackbuilds...0-plugins-base

Last edited by ponce; 01-30-2022 at 02:12 AM.
 
Old 01-30-2022, 02:15 AM   #7
slackuser222
Member
 
Registered: Jan 2022
Posts: 64

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ponce View Post
gst-plugins-base is already in Slackware, you don't need to install a different version of that.

gst0-plugins-base is in the unofficial repository for current that you said in you previous post you are already using...

https://github.com/Ponce/slackbuilds...0-plugins-base
Oh... I seeked everywhere but not there... Kkk i'll try it. Thank you.
 
Old 01-30-2022, 09:58 AM   #8
slackuser222
Member
 
Registered: Jan 2022
Posts: 64

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ponce View Post
gst-plugins-base is already in Slackware, you don't need to install a different version of that.

gst0-plugins-base is in the unofficial repository for current that you said in you previous post you are already using...

https://github.com/Ponce/slackbuilds...0-plugins-base
Well, installing the gst0-plugins-base solved the libgstreamer-0.10.so.0 problem, but rstudio still doesn't work, an now it gives the following error:

bash-5.1# rstudio
Segmentation fault

I saw elsewhere that it could be a problem with video driver, and a possible solution would be

export MESA_LOADER_DRIVER_OVERRIDE=i965

However, it didn't worked either...

When I run strace rstudio, the log shows the following error:


--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x1c} ---
+++ killed by SIGSEGV +++
Segmentation fault


Any hint?
 
Old 01-30-2022, 10:03 AM   #9
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,130

Rep: Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202
never saw that (I'm not an rstudio user), but you can try contacting the maintainer on SBo.
 
Old 01-30-2022, 10:06 AM   #10
slackuser222
Member
 
Registered: Jan 2022
Posts: 64

Original Poster
Rep: Reputation: Disabled
I understand. I'll try it. Thanks again!
 
Old 01-30-2022, 10:33 AM   #11
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,455

Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
"Segmentation Fault" historically is a memory page fault, and dates back to hardware design inadequacies in Intel's 80286 series of 16 bit cpus. In practise, it's ANY memory fault, most often caused by junk software.

Delete & reinstalling offending software is an obvious step. Try to grab them all from your own distro if possible.

EDIT: It could be Mesa, but I doubt it.

Last edited by business_kid; 01-30-2022 at 10:35 AM.
 
Old 01-30-2022, 10:45 AM   #12
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,130

Rep: Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202
I was curious and installed rstudio-desktop from the repo locally: FWIW it launched fine here (no segfault) so I'm not able to reproduce.
 
Old 01-30-2022, 10:45 AM   #13
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,348

Rep: Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948
rebuild

All this , is strange , he cant build rtudio linked to gst0 , when he no have it on system , probably he gets the package "build" by someone from some server.

I call ghostbusters.
 
Old 01-30-2022, 10:49 AM   #14
slackuser222
Member
 
Registered: Jan 2022
Posts: 64

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by USUARIONUEVO View Post
rebuild

All this , is strange , he cant build rtudio linked to gst0 , when he no have it on system , probably he gets the package "build" by someone from some server.

I call ghostbusters.

I did it already (rebuild, not calling ghostbusters... Kkkk), but it didn't worked...
 
Old 01-30-2022, 12:05 PM   #15
keithpeter
Member
 
Registered: Nov 2015
Location: 52:30N 1:55W
Distribution: Slackware 15.0, OpenBSD 7.4
Posts: 310

Rep: Reputation: Disabled
Hello All

Not sure if this is going to help at all.

I usually install RStudio Desktop from the *rpm* binary on the rstudio Web site. My notes from last time I tried this on --current 64 bit (3rd Dec 21, now trashed) go something like this...

Quote:
To get R 4.0.0 and the current RStudio running on Slackware current (15.0RC) I used the following steps...

Compile pcre2 from slackbuilds (dependency for R) and install the resulting package
Compile R 4.0.0 from slackbuilds and install
Compile Postgres using the slackbuild (dependency for RStudio) and install
Download the RStudio IDE pre-built .rpm package (rstudio-2021.09.1-372-x86_64.rpm)
Convert the rpm to a Slackware .tgz package using the rpm2tgz script that is part of Slackware
Add an entry in the ~/.config/RStudio/desktop.info to disable hardware rendering to prevent RStudio crashing on launch (ancient nvidia card on an old ThinkPad T61p)
Out of interest, I tried the unofficial slackbuild mentioned in this thread. I used the slackbuilds listed below. (I should mention that I'm on my 32 Bit X60 laptop with its simple intel graphics)...

https://github.com/Ponce/slackbuilds...dia/gstreamer0

https://github.com/Ponce/slackbuilds...0-plugins-base

https://github.com/Ponce/slackbuilds...studio-desktop

I notice that the slackbuild is repackaging the *Debian* .deb binaries from a *much older* version of RDesktop. These slackbuilds work fine for me, and I can load RStudio and run the demos *but* I get error messages using R 4.0.0. with this older RStudio version. This is a known issue apparently

https://stackoverflow.com/questions/...mented-type-29

Removing R-4.0.0 and compiling R-3.6.3 (simple edit to the version number in the SlackBuild) results in an error free combination of RStudio 1.1.4... and R.

Last edited by keithpeter; 01-30-2022 at 12:54 PM. Reason: R-3.6.3 compiled and checked
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
libgstreamer-0.10.so.0 Error cozi Linux - Software 1 08-08-2018 03:46 AM
Installing Wine from Source, libgstreamer-plugins-base0.10-dev and Rodebian Linux - Software 1 10-30-2012 10:31 PM
Can`t find C-compiler in Debian ,or at least can`t find one that can make executables hemmelig Linux - Software 4 05-26-2008 03:07 AM
i can't find driver for dell monitor can some help me find a driver for it krt47 Linux - Hardware 1 07-28-2004 02:16 PM
I cant find anything using find yeehi Fedora - Installation 1 05-24-2004 08:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration