Page 1 of 1

Compiling ImageMagick with jpeg delegate

Posted: 2016-10-04T08:33:04-07:00
by athmi100
I am unable to compile ImageMagick with the JPEG delegate. Specifically, when I run the configure script:

Code: Select all

 ./configure --enable-bounds-checking --enable-efence --with-jpeg 
I get the following output:

Code: Select all

checking jpeglib.h usability... yes
checking jpeglib.h presence... yes 
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... no
  JPEG v1           --with-jpeg=yes             no (failed tests)
I don't understand this failure. I have the the libjpeg-dev library which I installed using:

Code: Select all

sudo apt-get install libjpeg-dev