I'm trying to install ImageMagick and imagick on my Centos 6.3 box. This box is running directadmin, hence I thought this might be a good place to start.
I've searched on google for an hour or so, and I can't really find anything that solves this.
# Wand-config --version
6.8.3 Q16
]# convert --version
Version: ImageMagick 6.8.3-9 2013-03-14 Q16 http://www.imagemagick.org
Kernel 2.6.18-238.19.1.el5
I have installed this ImageMagick the following way:
# yum install ImageMagick.x86_64 ImageMagick-devel.x86_64
I've also tried it without the x86_64 on the end, and it installed both (also i386). But the problem still occured.
When I download imagick from source 3.0.1 (stable), untar it, use phpize and then configure I get the following error:
checking for MagickWand.h header file... configure: error: Cannot locate header file MagickWand.h
If I use pecl (pecl install imagick) I get the same error as well.
Strangely enough, MagickWand.h is on my system. It's in 2 directories:
/usr/include/wand/MagickWand.h
/usr/local/include/wand/MagickWand.h
I have found this:
http://serverfault.com/questions/484850/installing-imagick-php-extension-on-centos-6-3-64bit
But I couldn't solve my problem with that information.
I hope one of you guys recognizes this problem and give me some pointers
I've searched on google for an hour or so, and I can't really find anything that solves this.
# Wand-config --version
6.8.3 Q16
]# convert --version
Version: ImageMagick 6.8.3-9 2013-03-14 Q16 http://www.imagemagick.org
Kernel 2.6.18-238.19.1.el5
I have installed this ImageMagick the following way:
# yum install ImageMagick.x86_64 ImageMagick-devel.x86_64
I've also tried it without the x86_64 on the end, and it installed both (also i386). But the problem still occured.
When I download imagick from source 3.0.1 (stable), untar it, use phpize and then configure I get the following error:
checking for MagickWand.h header file... configure: error: Cannot locate header file MagickWand.h
If I use pecl (pecl install imagick) I get the same error as well.
Strangely enough, MagickWand.h is on my system. It's in 2 directories:
/usr/include/wand/MagickWand.h
/usr/local/include/wand/MagickWand.h
I have found this:
http://serverfault.com/questions/484850/installing-imagick-php-extension-on-centos-6-3-64bit
But I couldn't solve my problem with that information.
I hope one of you guys recognizes this problem and give me some pointers