Page 1 of 1

Wrong JPEG library version <IM 6.9.2-3 on Linux Mint 17.2>

Posted: 2015-10-04T02:10:31-07:00
by yanky2000
Hi,
How can I change jpeg library version?
I got this:
-----------------
yanky@yanky-Lenovo-G500 ~/images $ identify 1.JPG
identify: Wrong JPEG library version: library is 80, caller expects 90 `1.JPG' @ error/jpeg.c/JPEGErrorHandler/322.

yanky@yanky-Lenovo-G500 ~/images $ identify -version
Version: ImageMagick 6.9.2-3 Q16 x86_64 2015-10-04 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC OpenMP
Delegates (built-in): bzlib freetype jbig jng jpeg lcms lzma png tiff wmf x xml zlib
-------------
I downloaded jpegsrc.v9a.tar.gz from source, unpacked and installed it using./configure, make, make installed it. After that, I reinstalled IM (./configure, make, make install). But IM still complains about wrong library version. How can I fix it?

I'm new to Linux, and I just happened to install IM via Package manager also, I don't know if it broke anything with libraries... I know I should not do it.