Page 1 of 1

Installing latest version of ImageMagick - Imagick

Posted: Tue Apr 20, 2010 2:53 pm
by _LameMind
Hello,

I don't know much about unix management, packages, compilation and so on... so please be patient with me :P
I needed to update to the latest version of ImageMagick because of some bug in resizing images...

My environment is the following:
- Ubuntu 8.10
- PHP Version 5.2.6-2ubuntu4.6
- ImageMagick 6.6.1 (Just downloaded from the imagemagick website)
- imagick module version 2.3.0 (Just installed from pecl)

Now I'm unable to "tell" PHP to use the latest version of imagemagick.
phpinfo says:
ImageMagick version: ImageMagick 6.3.7 06/04/09 Q16 http://www.imagemagick.org

... but I got the 6.6.1!!!! :(
and PHP continues to use the old version of image magick... :(

Please Help....
Thank you!