the SoftWareRevue show

SWR explains, expresses, extrapolates, and explodes.

    Random Pink Floyd:

    Hello? Is there anybody in there? Just nod if you can hear me. Is there anyone at home?

Archive for April 2nd, 2005

Install Image::Magick

Saturday, April 2nd, 2005

Create 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 […]

Powered by Wordpress