Walter Higgins on  wrote...
| Hi,
|
| Thanks for the help with my last question.  I installed imagemagick
| (with JPEG and perl support) on the RedHat box with the following
| command...  up2date ImageMagick ImageMagick-perl
|
| problem is : the version it installs is 6.0.7 and I'm seeing some
| problems with compositing stuff using Perl ...soooo...  Does anyone
| know how I can use the up2date command to ... you know ... get an
| up-to-date version of ImageMagick on RedHat ?  I tried up2date
| ImageMagick-devel - that just gets a development version fo 6.0.7.
|
| Walter
|

After installing the IM RPM from the redhat site you should have all
needed libraries.

After that download the latest RPM from the Im web site and install it
with...

   rpm -Uhv --force --nodeps ImageMagick-*.i386.rpm

This is what I do.

Or download the SRPM source RPM and build with (as root)

  rpmbuild --rebuild ~/dl/ImageMagick-*.src.rpm
  rpm -Uhv --force --nodeps /usr/src/redhat/RPMS/i386/ImageMagick-6*.i386.rpm

Then clean out the source area (completely) if you have no other sources
installed...
  
   rm -rf /usr/src/redhat/RPMS/*/* /usr/src/redhat/{SOURCES,SPECS,BUILD}/*


  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
   Science(n):   Record many facts.            Try to see a pattern.
                     Then make a wrong guess at the next fact.
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to