Problem running ImageMagick in Mountain Lion
Posted: 2012-10-03T14:07:02-07:00
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
and I get:
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
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
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