Currently I am running ImageMagick 7.0.7-25, and it compiled and works correct.
I am attempting to upgrade to ImageMagick 7.0.7-38, but get errors during "make", heres is the commands until the error happen:
Code: Select all
cd /root
wget http://www.imagemagick.org/download/ImageMagick-7.0.7-38.tar.gz
tar zxf ImageMagick-7.0.7-38.tar.gz
cd ImageMagick-7.0.7-38
./configure --with-gslib --with-perl=/usr/bin/perl
make
...
MagickCore/.libs/libMagickCore-7.Q16HDRI.so: undefined reference to `jpeg_default_qtables'
collect2: error: ld returned 1 exit status
make[1]: *** [utilities/magick] Error 1
make[1]: Leaving directory `/root/ImageMagick-7.0.7-38'
make: *** [all] Error 2
1: It is a newer ImageMagick version
2: I have upgraded libjpeg 6b to libjpeg 9c
Is this a bug with ImageMagick 7.0.7-38 and libjpeg 9c? If not I would be happy for any help pointing me in the right direction. Thanks!