Re: [PHP] Problem with Imagick

2004-06-14 Thread Decapode Azur
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/

[PHP] Problem with Imagick

2004-06-11 Thread [EMAIL PROTECTED]
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