Page 1 of 1

OS X binary install directions do not work

Posted: 2012-10-29T18:59:28-07:00
by leedo
After following the instructions listed here: http://www.imagemagick.org/script/binar ... php#macosx

I get this error when attempting to run any of the ImageMagick commandline programs:

Code: Select all

dyld: Library not loaded: /ImageMagick-6.7.9/lib/liblcms2.2.dylib
  Referenced from: /Users/leedo/ImageMagick-6.7.9/bin/convert
  Reason: image not found
Trace/BPT trap: 5
The instructions also include the wrong version number (6.8.0 instead of 6.7.9 that is in the archive.) Could this be rebuilt without liblcms support? Or perhaps statically link it? It might be nice to have the most recent version as well.

Thanks for any help!