RMagick, Rubygems and Windows
on December 05, 2007 @ 08:40 PM

Rubygems 0.9.5 doesn’t like RMagick on Windows. Here is a useful post from a Google thread which describes how to fix this. Basically re-install 0.9.4.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
I woud like to thank Robin Mayfield for indirectly resolving my 
similar issue with RMagick. 

RMagick is now installed and working. 

Here's what I did: 

1. Downloaded 0.9.4 RubyGems zip file. 

2. Ran the setup.rb 

3. From within the unzipped RMagic-win32 directory I ran: gem install 
rmagick-1.14.1-win32.gem --local 

I didn't need to insert require 'RMagick' in the environment.rb file. 

Yeeha!!
 
Apparently, RMagick doesn't work with RubyGems 0.9.5. 

Thanks again. 

Regards 

Walter 

Thanks to Walter Lockhart for reposting this.

0 comments | Filed Under: | read on