I tried to install rmagick on Vista but get
126: The specified module could not be found. - D:/InstantRails/ruby/
lib/ruby/gems/1.8/gems/rmagick-2.5.0-x86-mswin32/ext/RMagick2.so
What I got
require 'rubygems' => true
require 'RMagick' results in
This application has failed to start because CORE_RL_magick_.dll was
not found. Re-installing the application may fix this problem.
It actually came down to the fact that I didn't install the DLL files
(I guess I didn't read the installation file properly). DLL are
installed and it works now.