Missing Shared Library

Non release banter
Kulle
Warlord
Warlord
Posts: 598
Joined: 28 Jan 2017, 10:39
Distribution: v4.0 64bit Xfce
Location: Berlin

Missing Shared Library

Post#1 by Kulle » 25 Mar 2019, 14:25

I have downloaded
obs-0.0.1-x86_64-alldesktops-1bundle.xzm from dl.porteus.org/
and run in terminal:

Code: Select all

guest@porteus:~$ obs
obs: error while loading shared libraries: libicui18n.so.56: cannot open shared object file: No such file or directory
How to find out which package needs to be loaded?
What is the most effective method? (because such problems are more common)

User avatar
Ed_P
Contributor
Contributor
Posts: 8360
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Missing Shared Library

Post#2 by Ed_P » 25 Mar 2019, 14:54

Wow, a BIG addon for that library.

Code: Select all

root@porteus:/home/guest# usm -s libicui18n.so.56

 ----------------------------- 
 Are you searching for a library file? 

libicui18n.so.56, it seems a library.
Would you like to find the package for it? [y/n]

 libicui18n.so.56  was found in   libreoffice-5.1.4-x86_64-1dj.txz 

root@porteus:/home/guest# 
Ed

Kulle
Warlord
Warlord
Posts: 598
Joined: 28 Jan 2017, 10:39
Distribution: v4.0 64bit Xfce
Location: Berlin

Missing Shared Library

Post#3 by Kulle » 25 Mar 2019, 17:12

Hi Ed_P,
I got another result:

Code: Select all

libicui18n.so.56  was found in   XnViewMP-0.86-x86_64-1_slonly.txz 
root@porteus:/home/guest# usm -g XnViewMP-0.86-x86_64-1_slonly.txz
...
 More than one package contains:  libQt5EglDeviceIntegration.so.5
qt5-5.7.1-x86_64-1_slonly.txz  62812K  slackonly
qt5-5.6.1-x86_64-1gv.txz       55520K  salix
...
Processing library: libiodbc.so.2
Processing library: libiodbcadm.so.2
Processing library: libiodbcinst.so.2
...
Processing:   mariadb-10.0.38-x86_64-2_slack14.2.txz 

==============================================================================
WARNING!        WARNING!        WARNING!        WARNING!        WARNING!
==============================================================================
One or more errors occurred while usm was running:                       
 
FATAL ERROR!
 resolve_deps 369
Please wait 6 hours for the next database update. Could not find: LIBS.TXT
so many dependencies!
That is catastrophic.

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

Missing Shared Library

Post#4 by ncmprhnsbl » 26 Mar 2019, 02:03

Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Kulle
Warlord
Warlord
Posts: 598
Joined: 28 Jan 2017, 10:39
Distribution: v4.0 64bit Xfce
Location: Berlin

Missing Shared Library

Post#5 by Kulle » 27 Mar 2019, 14:59

Thank you ncmprhnsbl,
obs-0.0.1-x86_64-alldesktops-1bundle.xzm together with icu4c-56.1-x86_64-2.xzm works.

Post Reply