After you install image magick using the Cpanel script does it automatically update?
After you install image magick using the Cpanel script does it automatically update?
Hi,
I need upgrade version too
See:
/usr/bin/convert
Version: ImageMagick 6.2.8 04/17/08 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html
Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC
Last edited by brunomenoli; 03-31-2009 at 08:00 AM.
Networking....
http://www.unatec.net
You can upgrade ImageMagick manually. Its not tough enough. You will need to login to server as a root user using SSH and you can upgrade ImageMagick as:
cd /usr/local/src
wget ftp://ftp.imagemagick.org/pub/ImageM....5.1-0.tar.bz2
tar xjf ImageMagick-6.5.1-0.tar.bz2; cd ImageMagick-*
./configure --prefix=/usr
make; make install
cd PerlMagick/ ; perl Makefile.PL ; make ; make install
cd ../../; rm -rf ImageMagick-*