Page 1 of 1

Problem running ImageMagick in Mountain Lion

Posted: 2012-10-03T14:07:02-07:00
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

Re: Problem running ImageMagick in Mountain Lion

Posted: 2012-10-24T06:35:48-07:00
by kinta
I have the same problem un my mountain lion. Have you found a solution ?

Re: Problem running ImageMagick in Mountain Lion

Posted: 2012-10-24T09:24:40-07:00
by fmw42