I could not install rmagick gem ...
To install Imagemagick correctly, I first
brew remove libtool brew install libtool
Then I was able to install Imagemagick with this command:
brew install imagemagick
Then the correct gmagick installation is installed correctly
The error message that I received when rmagick did not install looked like this:
linking shared-object RMagick2.bundle ld: file not found: /usr/local/lib/libltdl.7.dylib for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [RMagick2.bundle] Error 1 make failed, exit code 2
This was for Imagemagick 6.8.9-8 and rmagick 2.13.2
source share