Page 1 of 1

Problems installing ImageMagick on Cent-os

Posted: 2010-12-14T03:04:11-07:00
by barb
I am following the instructions to install from source on my centos-5-i386 vps. Have unpacked ImageMagick.tar.gz and cd to the directory created. But when I enter ./configure I get the following error

/bin/bash: ./configure: No such file or directory

Can anyone help please.

Re: Problems installing ImageMagick on Cent-os

Posted: 2010-12-14T18:56:25-07:00
by anthony
Sounds like a bad copy of the ImageMagick.

You can download the very latest using the SVN...

Code: Select all

mkdir IM; cd IM
svn co https://magick.imagemagick.org/subversion/ImageMagick/trunk .
See IM Examples, API, Building RPMs
http://www.imagemagick.org/Usage/api/#building
to build a sRPM and from that an RPM specially for your machine.

Re: Problems installing ImageMagick on Cent-os

Posted: 2010-12-15T02:20:59-07:00
by barb
Thanks for the reply.

I got an error https://magick.imagemagick.org/subversi ... gick/trunk does not appear to be a url

Re: Problems installing ImageMagick on Cent-os

Posted: 2010-12-15T23:00:07-07:00
by anthony
Its a subversion repository, not a web page.