Problem running ImageMagick in Mountain Lion

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
alberto1
Posts: 1
Joined: 2012-10-03T14:00:43-07:00
Authentication code: 67789

Problem running ImageMagick in Mountain Lion

Post by alberto1 »

Hi,

I downloaded the latest binary release for Mac OSX from http://www.imagemagick.org/script/binar ... php#macosx and followed the steps to configure environment variables (setting up MAGICK_HOME, PATH, and DYLD_LIBRARY_PATH). I then try to run

Code: Select all

identify -version

and I get:

Code: Select all

dyld: Library not loaded: /ImageMagick-6.7.9/lib/liblcms2.2.dylib
  Referenced from: /Users/albert/ImageMagick-6.7.9/bin/identify
  Reason: image not found
Trace/BPT trap: 5
How can I fix this? I've looked all over the web, and it seems that liblcms is a library connected with little-cms, but a 2.2 version of that file doesn't exist.

I'm globally trying to get ImageMagick to work as part of a Rails app (with PaperClip), and I can't use homebrew because our deployment environment does not support it (so I have to bundle the binary inside the app).

Thanks
Alberto
kinta
Posts: 1
Joined: 2012-10-24T06:29:48-07:00
Authentication code: 67789

Re: Problem running ImageMagick in Mountain Lion

Post by kinta »

I have the same problem un my mountain lion. Have you found a solution ?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Problem running ImageMagick in Mountain Lion

Post by fmw42 »

Post Reply