c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_re
quire': no such file to load -- rmagick (LoadError)
from
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `re
quire'
from try.rb:3
Does that mean I have to install Ruby 1.8.6 to cover up 1.8.7 in order
to use rmagick?
irb(main):002:0> require 'rmagick'
LoadError: no such file to load -- rmagick
from
c:/Ruby186/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from
c:/Ruby186/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
from (irb):2
Then, I even installed Ruby 1.8.6-p26 legacy installer
and similar things happened. oh well... rmagick seems to be fairly
broken or some change need to make it work?
On Jul 23, 7:18 pm, winter heat <blueskybre...@gmail.com> wrote:
if i install
2.12.0 binary gem for Ruby 1.8.6 2009-10-04 16:05
RMagick-2.12.0-ImageMagick-6.5.6-8-Q8.zip
which is fromhttp://rubyforge.org/frs/?group_id=12&release_id=43232
then when i use ruby 1.8.7 to
require 'rubygems'
require 'rmagick'
it will say:
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_re
quire': no such file to load -- rmagick (LoadError)
from
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `re
quire'
from try.rb:3
Does that mean I have to install Ruby 1.8.6 to cover up 1.8.7 in order
to use rmagick?
According to the docs, you must require 'RMagick'... note the capital
R and M. I don't know if that makes a difference on windows, but it's
something to try.
Ben
···
On Fri, Jul 23, 2010 at 4:24 PM, winter heat <blueskybreeze@gmail.com> wrote:
irb(main):002:0> require 'rmagick'
LoadError: no such file to load -- rmagick