after brew install imagemagick and brew install ghostscript on osx when i run identify i get:
$ identify
dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib
Referenced from: /usr/local/bin/identify
Reason: image not found
Trace/BPT trap: 5
after brew install imagemagick and brew install ghostscript on osx when i run identify i get:
$ identify
dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib
Referenced from: /usr/local/bin/identify
Reason: image not found
Trace/BPT trap: 5
I ran into the same problem recently on 10.6.8. I had ImageMagick installed (from way back) and then installed
freetype
andghostscript
and started getting the failure. The fix for me was simply to upgrade ImageMagick, which rebuilt and linked up to the newerlibtiff
and other libraries.I ran into a similar problem with
libpng
library when I tried to useconvert
command with png files.I first tried upgrading imagemagick but there were no upgrades available for the current version of brew I had. Updating brew and then upgrading ImageMagick solved the problem.
this fixes it
thanks to rlaraujo on this link https://github.com/mxcl/homebrew/issues/12099