Page 1 of 1

Linux: 0.91 & 0.92 library file issue

Posted: Thu Sep 20, 2018 4:31 pm
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!

Re: Linux: 0.91 & 0.92 library file issue

Posted: Fri Sep 21, 2018 6:32 am
by xnview
and you have libbz2?

Re: Linux: 0.91 & 0.92 library file issue

Posted: Fri Sep 21, 2018 2:20 pm
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!)