Problems installing ImageMagick on Cent-os

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
barb

Problems installing ImageMagick on Cent-os

Post 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.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Problems installing ImageMagick on Cent-os

Post 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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
barb

Re: Problems installing ImageMagick on Cent-os

Post by barb »

Thanks for the reply.

I got an error https://magick.imagemagick.org/subversi ... gick/trunk does not appear to be a url
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Problems installing ImageMagick on Cent-os

Post by anthony »

Its a subversion repository, not a web page.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply