![](https://secure.gravatar.com/avatar/ea82b036a537a86ff8f886e89f2c5944.jpg?s=120&d=mm&r=g)
2 Nov
2007
2 Nov
'07
12:35 p.m.
On Fri, 2007-11-02 at 08:23 +0100, romunov wrote:
libjasper-1.701.so.1 => not found
It looks like the person who build the binary is on a distribution that does versioning of this library differently than yours. I'm on Ubuntu, and mine does too:
$ ls /usr/lib/libjasper.* /usr/lib/libjasper.a /usr/lib/libjasper.so /usr/lib/libjasper.so.1.0.0 /usr/lib/libjasper.la /usr/lib/libjasper.so.1 $
Now, I can't test it, but I don't think this should harm your system and would make things work:
$ sudo ln -s /usr/lib/libjasper.so.1.0.0 /usr/lib/libjasper-1.701.so.1
--Ted