Page 1 of 1

Magickwand fo php 1.0.9-2 and imagemagick 7.0.1-1 incompatible?

Posted: 2016-05-06T16:56:21-07:00
by mshooltz
Hello,

I am trying to update some scripts I manage for the company that i work for and I cannot get MagickWandForPHP-1.0.9-2 to compile off of the new version of Imagemagick.

Here is what I get when trying to "make" http://pastebin.com/7UnpaR1W (was cleaner to pastebin it)

My system is the following:
centos7
php 5.5.34
apache 2.4.18
mysql 5.6.30
Imagemagick 7.0.1-1 installed
Imagick 3.4.1 installed

Let me know if you need anything else to assist me on this.

Re: Magickwand fo php 1.0.9-2 and imagemagick 7.0.1-1 incompatible?

Posted: 2016-05-06T17:09:07-07:00
by magick
MagickWand has not been refactored to work with ImageMagick 7 yet. It should work with ImageMagick 6.9.3-10, the current release.

Re: Magickwand fo php 1.0.9-2 and imagemagick 7.0.1-1 incompatible?

Posted: 2016-05-06T18:21:48-07:00
by mshooltz
Is ImageMagick 6.9.3-10 patched against CVE-2016-3714?

Re: Magickwand fo php 1.0.9-2 and imagemagick 7.0.1-1 incompatible?

Posted: 2016-05-07T05:02:55-07:00
by magick
Yes. Although for the paranoid, see https://www.imagemagick.org/discourse-s ... =4&t=29588.

Re: Magickwand fo php 1.0.9-2 and imagemagick 7.0.1-1 incompatible?

Posted: 2016-05-07T22:22:56-07:00
by mshooltz
Thanks that works.