Skip to content

Instantly share code, notes, and snippets.

@olalonde
Created October 8, 2012 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olalonde/3852226 to your computer and use it in GitHub Desktop.
Save olalonde/3852226 to your computer and use it in GitHub Desktop.
$ identify
dyld: Library not loaded: /usr/X11/lib/libfreetype.6.dylib
Referenced from: /usr/local/bin/identify
Reason: Incompatible library version: identify requires version 14.0.0 or later, but libfreetype.6.dylib provides version 13.0.0
[1] 35189 trace trap identify
brew install freetype;
cd /usr/X11/lib/;
sudo mv libfreetype.6.dylib libfreetype.6.dylib.orig;
sudo ln -s /usr/local/opt/freetype/lib/libfreetype.6.dylib libfreetype.6.dylib
brew install imagemagick;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment