After upgrading from ImageMagick 6.8.2-10 to ImageMagick 6.8.3-0, I have problems regarding CMS like MovableType on customers sites wich no longer recognize that Image::Magick is installed.
For example after upgrading to ImageMagick 6.8.3-0 and running MovableType mt-check.cgi page, it says this;
However if I downgrade to ImageMagick 6.8.2-10 and run MovableType mt-check.cgi page again, then it works and say this:Image::Magick
Your server does not have Image::Magick installed, or Image::Magick requires another module that is not installed. This module is needed if you would like to be able to create thumbnails of uploaded images. Please consult the installation instructions for help in installing Image::Magick.
So this seem to be related to the change in SVN revision 11045, wich in changelog say this: "Allow PerlMagick to be multi-quantum (e.g. Image::Magick::Q16)."Image::Magick
Your server has Image::Magick installed (version 6.82).
Is this a bug, or is it something I need to add to my configure command to get MovableType and other CMS to recognize that Image::Magick is installed? Currently I am running this configure command during installation:
Code: Select all
./configure --with-perl=/usr/bin/perl
Code: Select all
[root@server /]# php -m | grep imagick
imagick
[root@server /]# identify -version
Version: ImageMagick 6.8.3-0 2013-02-16 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib mpeg freetype jng jp2 jpeg lcms png ps tiff x xml zlib
[root@server /]# which convert
/usr/local/bin/convert
[root@server /]#