Is there a more up to date RPM release for CentOS 4 or RHEL 4?
The one here is for CentOS5: http://www.imagemagick.org/script/binary-releases.php
RPM release for CentOS 4 or RHEL 4
Re: RPM release for CentOS 4 or RHEL 4
We do not produce CentOS 4 RPM's. Instead, install / upgrade ImageMagick and ImageMagick-devel on your system (.e.g yum upgrade ImageMagick ImageMagick-devel). Now download the ImageMagick source and build like this:
- wget ftp://ftp.imagemagick.org/pub/ImageMagi ... ick.tar.gz
tar xvfz ImageMagick.tar.gz
cd ImageMagick
./configure
make
make install
Re: RPM release for CentOS 4 or RHEL 4
FTFYmagick wrote:
- wget ftp://ftp.imagemagick.org/pub/ImageMagi ... ick.tar.gz
tar xvfz ImageMagick.tar.gz
cd ImageMagick*
./configure
make && make install
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: RPM release for CentOS 4 or RHEL 4
To create a RPM for Centos RHEL or Fedora use the instructions in IM Examples...
Building ImageMagick RPMs for linux from SRPMs
http://www.imagemagick.org/Usage/api/#building
Building ImageMagick RPMs for linux from SRPMs
http://www.imagemagick.org/Usage/api/#building
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/