AH - OK I may have i sorted:
Both imagemagick and the libjpeg libraries had been installed from source, and uninstalled using apt
I had explicitly uninstalled libjpeg8...but the problem remained
Uninstalling libjpeg* seems to have fixed my issue - just running some tests now...
Search found 3 matches
- 2017-02-08T11:10:11-07:00
- Forum: Users
- Topic: JPEG library version
- Replies: 9
- Views: 10581
- 2017-02-08T00:46:34-07:00
- Forum: Users
- Topic: JPEG library version
- Replies: 9
- Views: 10581
Re: JPEG library version
ldconfig -p | grep libjpeg
libjpeg.so.9 (libc6,x86-64) => /usr/local/lib/libjpeg.so.9
libjpeg.so.9 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libjpeg.so.9
libjpeg.so.9 (libc6,x86-64) => /usr/lib/libjpeg.so.9
libjpeg.so.8 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libjpeg.so.8
libjpeg.so ...
libjpeg.so.9 (libc6,x86-64) => /usr/local/lib/libjpeg.so.9
libjpeg.so.9 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libjpeg.so.9
libjpeg.so.9 (libc6,x86-64) => /usr/lib/libjpeg.so.9
libjpeg.so.8 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libjpeg.so.8
libjpeg.so ...
- 2017-02-07T10:03:58-07:00
- Forum: Users
- Topic: JPEG library version
- Replies: 9
- Views: 10581
JPEG library version
Hi,
I have been trying to install imageMagick on an Ubuntu 16 system.
My initial attempt using the repositories seemed to work, but almost no delegates were present
I then installed libjpef from the repositories, and got:
convert: Wrong JPEG library version: library is 80, caller expects 90
I ...
I have been trying to install imageMagick on an Ubuntu 16 system.
My initial attempt using the repositories seemed to work, but almost no delegates were present
I then installed libjpef from the repositories, and got:
convert: Wrong JPEG library version: library is 80, caller expects 90
I ...