Can not install MagickWand or IMagick for PHP
Posted: 2009-09-18T17:29:25-07:00
I am working on Debian Etch, with PHP5
I am unable to intall either MagickWand or IMagick for PHP
I have installed ImageMagick
Wand-config --version
Shows version of 6.5.6 Q16
I then try to install MagickWand for PHP 1.0.8 The install notes say to run the following while in the folder
phpize
./configure
make
I run phpize and ./configure without any problems. When I try to run make I get the following error:
MagickWandForPHP-1.0.8/magickwand.c:11225: error: expected ')' before 'color_qntm'
make: *** [magickwand.lo] Error 1
I then try to install imagick-2.3.0
The install instructions are the same as above. However I get a failure on the ./configure command
checking for MagickWand.h header file... configure: error: Cannot locate header file MagickWand.h
I have the development packages also installed
libmagick9-dev
libmagick++9-dev
libmagick++9c2a
libmagick9
libmagic-dev
Could someone please advise how to install IMagick and MagickWand?
Thanks
I am unable to intall either MagickWand or IMagick for PHP
I have installed ImageMagick
Wand-config --version
Shows version of 6.5.6 Q16
I then try to install MagickWand for PHP 1.0.8 The install notes say to run the following while in the folder
phpize
./configure
make
I run phpize and ./configure without any problems. When I try to run make I get the following error:
MagickWandForPHP-1.0.8/magickwand.c:11225: error: expected ')' before 'color_qntm'
make: *** [magickwand.lo] Error 1
I then try to install imagick-2.3.0
The install instructions are the same as above. However I get a failure on the ./configure command
checking for MagickWand.h header file... configure: error: Cannot locate header file MagickWand.h
I have the development packages also installed
libmagick9-dev
libmagick++9-dev
libmagick++9c2a
libmagick9
libmagic-dev
Could someone please advise how to install IMagick and MagickWand?
Thanks