10 Jul
Trying to get RMagick Gem installed can be a pain in the butt on any system including Ubuntu Feisty. Thankfully Sur figured out how to do it 3 easy steps.
RMagick requires ImageMagick and all of its crazy dependencies. Luckily Sur found a way to install these ImageMagick dependencies with one step on Ubuntu - libmagick9-dev… and it works on Feisty.
So here’s how you install RMagick gem on Ubuntu Feisty in 3 easy steps:
4 Responses
Appreciate that !
I was googling the web for a simple solution. In previous try I got compile error.
This is the simplest, yet most useful stuff…
Thanks
-Yeameen
I just tried this on Hardy Heron. It works like a charm. Make sure you have installed ruby1.8-dev or you will get the mkmf error.
Thanks a million!
Leave a reply