Linux: 0.91 & 0.92 library file issue

*** Please report new bugs here! ***

Moderators: XnTriq, helmut, xnview, Dreamer

Post Reply
wgc214
Posts: 14
Joined: Thu Sep 20, 2018 4:25 pm

Linux: 0.91 & 0.92 library file issue

Post by wgc214 »

I've installed both .91 & .92 on Fedora 28 with Cinnamon desktop. The following occur when I try to start the application (either .91 or .92):

[XnView]# ./xnview.sh
/home/samba/XnView/XnView: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
[XnView]#

[XnView]# ./XnView
./XnView: error while loading shared libraries: libQt5MultimediaWidgets.so.5: cannot open shared object file: No such file or directory
[XnView]#

Can anyone help with this issue? Version .90 works. Thanks!
User avatar
xnview
Author of XnView
Posts: 43595
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Linux: 0.91 & 0.92 library file issue

Post by xnview »

and you have libbz2?
Pierre.
wgc214
Posts: 14
Joined: Thu Sep 20, 2018 4:25 pm

Re: Linux: 0.91 & 0.92 library file issue

Post by wgc214 »

This is what I have on my system:
# cd /usr/lib64
[lib64]# ll libbz*
lrwxrwxrwx 1 root root 15 Feb 6 2018 libbz2.so.1 -> libbz2.so.1.0.6
-rwxr-xr-x 1 root root 74360 Feb 6 2018 libbz2.so.1.0.6

I created this symbolic link in /usr/lib64:
[lib64]# ln -s libbz2.so.1.0.6 libbz2.so.1.0
[lib64]# ll libbz*
lrwxrwxrwx 1 root root 15 Feb 6 2018 libbz2.so.1 -> libbz2.so.1.0.6
lrwxrwxrwx 1 root root 15 Sep 21 09:04 libbz2.so.1.0 -> libbz2.so.1.0.6
-rwxr-xr-x 1 root root 74360 Feb 6 2018 libbz2.so.1.0.6

XnView .92 now works. I was focused on what was in XnView/lib vs. what was in /usr/lib64.

Thanks for your help! (P.S. .92 makes thumbnails for video files! YEAH!)
Post Reply