Install rmagick on vista

Hi all,

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

Thuogh Rmagick is localted in that dir.

I restrated my machine but no succes.

Someone knows whats wrong here?

Regards,
Srijn

Solved this:

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.

Thanks
Stijn