porteus 5.0 libraries

Post here if you are a new Porteus member and you're looking for some help.
Farid
Black ninja
Black ninja
Posts: 32
Joined: 21 Apr 2022, 20:11
Distribution: Porteus 5.0

porteus 5.0 libraries

Post#1 by Farid » 07 Jul 2022, 18:25

when i install every packages i get some error libraries
for example i install parole player and get this error:
$ parole
parole: error while loading shared libraries: libgstpbutils-1.0.so.0: cannot open shared object file: No such file or directory
and for libreoffice same bot other library
how can i install and update libraries to run apps?
how can i install packages with dependencies and libraries?

Shadow0815
Black ninja
Black ninja
Posts: 33
Joined: 16 Jul 2015, 03:50
Distribution: Porteus,Xubuntu,Arch
Location: DE

porteus 5.0 libraries

Post#2 by Shadow0815 » 07 Jul 2022, 23:31

Your question is:
Which slackware package fitting to my porteus version contains: libgstpbutils-1.0.so.0

Assuming you use x86_64/Porteus-v5.0

Searching on packages.slackware.com:
search: libgstpbutils-1.0.so.0
Release: Slackware64 15.0
Mode: content

Reveals that for having needed libgstpbutils-1.0.so.0 in your system you need the package:
gst-plugins-base-1.18.5-x86_64-1.txz and turn it into an xzm for using in porteus ...
https://packages.slackware.com/?r=slack ... 6_64-1.txz

Well, it contains libgstpbutils-1.0.so.0.1805.0
instead of just libgstpbutils-1.0.so.0
soooo, seems it won't work ?! ... :crazy:

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

porteus 5.0 libraries

Post#3 by ncmprhnsbl » 08 Jul 2022, 01:53

the other question is: where did you get parole from?
does this one have the same problem? : https://slakfinder.org/sbomt64-15.0/mul ... 4-1smt.txz
(you'll also need the gst-plugins-base package linked above... plus quite probly some others: gstreamer for one)
Farid wrote:
07 Jul 2022, 18:25
how can i install packages with dependencies and libraries?
sometimes with great difficulty :(
tips:
use ldd
eg.

Code: Select all

ldd /usr/bin/parole | grep "not found"
then search for the missing library(ies) via slakfinder.org or as above packages.slackware.com
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

porteus 5.0 libraries

Post#4 by Blaze » 08 Jul 2022, 06:53

Farid wrote:
07 Jul 2022, 18:25
and for libreoffice same bot other library
We have script for automatically update LO.
For this open terminal and run:

Code: Select all

su
toor
update-libreoffice your-language
For example: update-libreoffice en-US

Supported languages:
af am ar as ast be bg bn bn-IN bo br brx bs ca ca-valencia cs cy da de
dgo dsb dz el en-GB en-US en-ZA eo es et eu fa fi fr fy ga gd gl gu gug
he hi hr hsb hu id is it ja ka kab kk km kmr-Latn kn ko kok ks lb lo lt
lv mai mk ml mn mni mr my nb ne nl nn nr nso oc om or pa-IN pl pt pt-BR
ro ru rw sa-IN sat sd si sid sk sl sq sr sr-Latn ss st sv sw-TZ ta te
tg th tn tr ts tt ug uk uz ve vec vi xh zh-CN zh-TW zu
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

Farid
Black ninja
Black ninja
Posts: 32
Joined: 21 Apr 2022, 20:11
Distribution: Porteus 5.0

porteus 5.0 libraries

Post#5 by Farid » 08 Jul 2022, 06:54

Shadow0815 wrote:
07 Jul 2022, 23:31
gst-plugins-base-1.18.5-x86_64-1.txz and turn it into an xzm for using in porteus ...
https://packages.slackware.com/?r=slack ... 6_64-1.txz
$ parole
parole: symbol lookup error: /usr/lib64/libgstvideo-1.0.so.0: undefined symbol: gst_aggregator_simple_get_next_time

Post Reply