I just installed XnView MP version 0.83 from official site Linux DEB 64bit package. But the program cannot start. The error is the following:
/opt/XnView/XnView: error while loading shared libraries: libgstapp-0.10.so.0: cannot open shared object file: No such file or directory
I googled the problem and I found the following. One proposed solution is:
sudo add-apt-repository ppa:dhor/myway
but there is no version of this PPA for my version of Ubuntu:
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Ubuntu/zesty
Another proposed solution is:
apt install libgstreamer-plugins-base0.10-0
But this package is missing for my version of Ubuntu. There is newer version of the package libgstreamer-plugins-base1.0-0
which I had already installed.
I tried to create symbolic link with the name of the missing SO file referring the newer version.
sudo ln -s /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0 /usr/lib/x86_64-linux-gnu/libgstapp-0.10.so.0
But now another SO file is missing:
/opt/XnView/XnView: error while loading shared libraries: libgstinterfaces-0.10.so.0: cannot open shared object file: No such file or directory
I cannot find newer version of this file on my computer and I don't know from which package to install it.
Is it possible some kind of workaround to run XnView on my system?