Install the devel package of imageMagick in addition to the binary one.
Or install ImageMagick from sources.
Magick-config gives the c and ld flags to gcc, of all the libs that the
lib-magick uses :
gcc `Magick-config --cflags` app.c `Magick-config --ldflags --libs`
http://www.imagemagick.org/www/
I am having a problem installing Imagick in PHP 4.3.6. In the install
instructions:
1) make sure the path to Magick-config (the ImageMagick configuration
script) is in your PATH environment variable
There is no Magick-config file. Anyone know what Magick-config¹ is exactly?
I figure this is
2 matches
Mail list logo