Imagemagick does not need to rebuild the configure, but the pear extension:
5) cd /usr/src/php/ext/imagick
6) phpize
7) cd /usr/src/php
8) rm ./configure
9) ./buildconf
10) run configure as you normally would and add --with-imagick
If Imagemagick is installed in a non standard dir, add this dir to --with-imagick=dir
If you want GraphicsMagick instead of ImageMagick as backend, add --with-imagick-gm
11) make
12) make install
I need to be able to convert gifs to jpegs. GD cant do thsi, right?
Merlin
Curt Zirzow wrote:
* Thus wrote Merlin ([EMAIL PROTECTED]):
Hi there,
I am having trouble to install imagemagick. It requires to
8) rm ./configure 9) ./buildconf
You shouldn't be removing the configure script, and remaking one.
If this is the case I would suggest doing a rm -fR imagemagick/ then build php --with-gd
Curt
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php