Skip to content

Instantly share code, notes, and snippets.

@roolo
Created February 6, 2013 12:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roolo/4722219 to your computer and use it in GitHub Desktop.
Save roolo/4722219 to your computer and use it in GitHub Desktop.
Fixing the "Can't install RMagick 2.13.1. Can't find the ImageMagick library or one of the dependent libraries. Check the mkmf.log file for more detailed information."@Mac w/ homebrew – taken from http://blog.kenleycheung.com/2012/12/rmagick-homebre/
brew uninstall imagemagick
cd /usr/local/Cellar
git checkout 834ce4a /usr/local/Library/Formula/imagemagick.rb
brew install imagemagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment