Thu 22 Dec 2011
ImageMagick, RMagick, Kubuntu
Posted by kosmas under linux, ruby on rails
No Comments
Problem
You want to use the rmagick gem in your rails application after a new (K)ubuntu system installation, but the bundler command gives you errors.
Solution
Install the following before running budler again:
sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev
No Responses to “ ImageMagick, RMagick, Kubuntu ”