Search found 2 matches

by megabis
Thu Sep 13, 2018 3:29 pm
Forum: Archive
Topic: XnView MP 0.91
Replies: 23
Views: 76164

Re: XnView MP 0.91

Hi Community,
Thanx kgha.
followsymlink(s) works fine !

To close issue of libva librairy dependancy We must add few symbolic links :
ln -s /usr/lib/x86_64-linux-gnu/libva.so.2.100.0 /usr/lib/x86_64-linux-gnu/libva.so.1
ln -s /usr/lib/x86_64-linux-gnu/libva-drm.so.2.100.0 /usr/lib/x86_64-linux-gnu ...
by megabis
Wed Sep 12, 2018 4:01 pm
Forum: Archive
Topic: XnView MP 0.91
Replies: 23
Views: 76164

Re: XnView MP 0.91

Hi community,
I upgraded to 0.91 and the app does not run. Versions before 0.91 all ran perfectly.
On Terminal command showed this error :
/opt/XnView/XnView: error while loading shared libraries: libva.so.1: cannot open shared object file: No such file or directory

I tried to install libva2 but ...