Fixing Library not loaded: /usr/local/lib/libltdl.7.dylib
If you are running OS X Mountain Lion and having troubles with imagemagick:
Library not loaded: /usr/local/lib/libltdl.7.dylib Referenced from: /usr/local/bin/identify Reason: image not found
Just install libtool via Homebrew:
brew install libtool --universal
brew link libtool
Written by Max Prokopiev
Related protips
3 Responses
Helped me out today, thank you!
over 1 year ago
·
Thanks. Helped me out too :)
over 1 year ago
·
Thanks! It also fixed my issue.
In order to relink libtool, I run the following brew commands and then it works out.
brew unlink libtool && brew link libtool
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Osx
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#