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