Last Updated: February 25, 2016
·
12.62K
· juggler

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

3 Responses
Add your response

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 ·