PHP 5.2.1 & MagickWand for PHP - make error
Posted: 2007-02-23T04:26:38-07:00
Hello,
I tried to install Magickwand as an shared extension for PHP 5.2.1 using a fresh ImageMagick 6.3.2.
Also I want to avoid to compile PHP new, I just want to compile the extension and copy the resulting ".so" - file into my PHP extension directory.
make ended with the following error message:
Can someone please point me into right direction?
Thank you.
With kind regards
squig
I tried to install Magickwand as an shared extension for PHP 5.2.1 using a fresh ImageMagick 6.3.2.
Also I want to avoid to compile PHP new, I just want to compile the extension and copy the resulting ".so" - file into my PHP extension directory.
Code: Select all
$ phpize
$ ./configure
$ make
/home/molten/builds/MagickWandForPHP-1.0.0/magickwand.c:896: error: 'zif_magickgetimageproperty' undeclared here (not in a function)
/home/molten/builds/MagickWandForPHP-1.0.0/magickwand.c:1076: error: 'zif_magicksetimageproperty' undeclared here (not in a function)
make: *** [magickwand.lo] Fehler 1
Can someone please point me into right direction?
Thank you.
With kind regards
squig