OS X binary install directions do not work

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
leedo
Posts: 1
Joined: 2012-10-29T18:56:01-07:00
Authentication code: 67789

OS X binary install directions do not work

Post 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!
Post Reply