From: Sarah Tanembaum Date: 2004-12-20T10:52:06+09:00 Subject: Re: RMagick 1.7.0 Tim Hunter wrote: > Sarah Tanembaum wrote: > > >>Thank Tim. By any change, is it available in gems yet? > > > Kaspar has a beta Windows gem available on RubyForge now. The production > version will be available soon. There is no gem for non-Windows platforms. > > Get it here: http://rubyforge.org/projects/rmagick I did get it and installed them. Then I try to use irb, irb(main):001:0> require 'RMagick' LoadError: 126: The specified module could not be found. - x:/apps/ruby/ruby-1 ..8/lib/ruby/gems/1.8/gems/RMagick-win32-1.7.0-mswin32/lib/RMagick.so from x:/apps/ruby/ruby-1.8/lib/ruby/gems/1.8/gems/RMagick-win32-1.7.0-mswin32/lib/RMagick.so from x:/apps/ruby/ruby-1.8/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require' from x:/apps/ruby/ruby-1.8/lib/ruby/gems/1.8/gems/RMagick-win32-1.7.0-mswin32/lib/RMagick.rb:11 from x:/apps/ruby/ruby-1.8/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__' from x:/apps/ruby/ruby-1.8/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require' from (irb):1 irb(main):002:0> In the pop-up windows it complained about libjpeg.6.dll. Before, it complained about libbz2.dll, but then I put it in under c:\windows\system32\libbz2.dll and the pop-up error dissaper, but now where can I find libjpeg.6.dll and perhaps other might be required to run RMagick correctly. Thanks