ImageMagick – “CORE_RL_magick_.dll not found” or how to install RMagick on windows with ruby 1.9.2

I’ve finally managed to install ImageMagick and build the RMagick gem and make it all work. Hooray. It seems like the problem was in the DLL itself. When I tried to registed it, windows gave me a nice error about a problem with the dll. So my way of solving all the issues is: Go … Read more

rmagick gem install “Can’t find Magick-config”

When building native Ruby gems, sometimes you’ll get an error containing “ruby extconf.rb”. This is often caused by missing development libraries for the gem you’re installing, or even Ruby itself. Do you have apt installed on your machine? If not, I’d recommend installing it, because it’s a quick and easy way to get a lot … Read more