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.
Magickwand fo php 1.0.9-2 and imagemagick 7.0.1-1 incompatible?
Re: Magickwand fo php 1.0.9-2 and imagemagick 7.0.1-1 incompatible?
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?
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?
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?
Thanks that works.