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.
Problems installing ImageMagick on Cent-os
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Problems installing ImageMagick on Cent-os
Sounds like a bad copy of the ImageMagick.
You can download the very latest using the SVN...
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.
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 .
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/
https://imagemagick.org/Usage/
Re: Problems installing ImageMagick on Cent-os
Thanks for the reply.
I got an error https://magick.imagemagick.org/subversi ... gick/trunk does not appear to be a url
I got an error https://magick.imagemagick.org/subversi ... gick/trunk does not appear to be a url
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Problems installing ImageMagick on Cent-os
Its a subversion repository, not a web page.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/