Install Image::Magick
Saturday, April 2nd, 2005Create an SSH session with your cpanel server.
Copy/Paste each line below, one at a time. Pushing the Enter key after each.
mkdir /home/src
cd /home/src
wget http://mesh.dl.sourceforge.net/sourceforge/imagemagick/ImageMagick-6.2.1-1.tar.gz (or good URL from http://imagemagick.sourceforge.net)
tar xvzf ImageMagick-6.2.1-1.tar.gz (or file name) (you can enter the command ‘ dir ‘ to read what the file name is)
cd ImageMagick-6.2.1 (or file name)
./configure
make
make […]




