Koozali.org: home of the SME Server

ImageMagick

Offline mike_mattos

  • *
  • 313
  • +0/-0
Re: ImageMagick
« Reply #15 on: February 14, 2014, 01:20:32 PM »
tried and failed again!   SO I'm still using the Windows version over the network, it gets the job done.
...

Offline mike_mattos

  • *
  • 313
  • +0/-0
Re: ImageMagick
« Reply #16 on: April 02, 2014, 06:17:33 PM »
I resolved the not a bug dependency issue, it was one of those smack self on forehead moments

yum --disableexcludes=base,updates install ImageMagick  fails with dependency issues

yum --disableexcludes=base,updates install ImageMagick.x86_64    worked properly!

yum search ImageMagick   lists .i386 and .x86_64 versions! 

...