libjasper.so problem during installation on fedora 26

Ask for help and post your question on how to use XnView MP.

Moderators: XnTriq, helmut, xnview

Post Reply
maxi01
Posts: 8
Joined: Fri Oct 06, 2017 3:36 pm

libjasper.so problem during installation on fedora 26

Post by maxi01 »

Hi

I'm installing XnView MP on Fedora 26 64-bit using guide fromhttp://linuxg.net/how-to-install-xnview ... d-systems/. When I tried to install using dnf install xnview file I get this message:
Ostatnio sprawdzono ważność metadanych: 3:01:08 temu w dniu pią, 6 paź 2017, 14:26:39.
Błąd:
Problem: conflicting requests
- nothing provides libjasper.so.1()(64bit) needed by xnview-0.87-2.x86_64
I installed the jasper package but it didn't help either.
User avatar
xnview
Author of XnView
Posts: 43444
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: libjasper.so problem during installation on fedora 26

Post by xnview »

strange i don't use libjasper
Pierre.
maxi01
Posts: 8
Joined: Fri Oct 06, 2017 3:36 pm

Re: libjasper.so problem during installation on fedora 26

Post by maxi01 »

I googled and found that libjasper is jpeg-2000 codec reference implementation
Source:
https://en.wikipedia.org/wiki/JasPer
https://en.wikipedia.org/wiki/JPEG_2000
User avatar
xnview
Author of XnView
Posts: 43444
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: libjasper.so problem during installation on fedora 26

Post by xnview »

and if you try the tgz package?
Pierre.
maxi01
Posts: 8
Joined: Fri Oct 06, 2017 3:36 pm

Re: libjasper.so problem during installation on fedora 26

Post by maxi01 »

XnView MP from tgz runs without problem. The rpm source for the XnView is corrupted. Thanks for help!
sherba800
Posts: 5
Joined: Sun Dec 10, 2017 4:15 pm

Re: libjasper.so problem during installation on fedora 26

Post by sherba800 »

I try to install from RPM package on Fedora 27 and receive same error:

Code: Select all

[sherbakov@localhost ~]$ sudo rpm -i XnViewMP-linux.x86_64.rpm
error: Failed dependencies:
        libjasper.so.1()(64bit) is needed by xnview-0.88-2.x86_64
        perl >= 0:5.002 is needed by xnview-0.88-2.x86_64
        perl >= 0:5.004 is needed by xnview-0.88-2.x86_64
I stumbled upont this thread in Google. TGZ works fine, but i dont know how to integrate it in system so it would be available for all users.

UPD: i found workaround. RPM package installs and seemingly works normal with this command:

Code: Select all

sudo rpm -i --nodeps --force XnViewMP-linux.x86_64.rpm
Post Reply