This is a discussion on Trying to build Imagemagick api in php 5.2 within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hello Users, I am not sure if this is the place to post an imagemagick question - please advise. I have ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello Users,
I am not sure if this is the place to post an imagemagick question - please advise. I have imagemagick 6.3 installed, runs from command line ok, etc. I have tried (several times now) to install the "MagicWand" PHP api from the imagemagik site. This flatly refused to "make" but configure seems ok, I follow the directions provided from the Imagemagick "INSTALL" file that comes in the source tar.gz file (0-1.9) I always get this error when I try to do the "make" for php after the ../configure (with a whole bunch of options (pdo, gc, zlib, etc) (yes, I did the "phpize" command, rebuild the ./configure, etc) error: ext/magickwand/.libs/magickwand.o: In function `zif_magickrecolorimage': /files/PHP/php-5.2.0/ext/magickwand/magickwand.c:7763: undefined reference to `MagickRecolorImage' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 the /files/PHP etc if the path to my php source. Any one seen this error before?? eholz1 |