From: Trans Date: 2007-03-21T11:17:14+09:00 Subject: Re: libxml-ruby On Mar 20, 9:49 pm, "Mohammad Khan" wrote: > [beeplove@vpn ~]$ irb > irb(main):001:0> require 'rubygems' > => true > irb(main):002:0> require_gem 'libxml-ruby' > => true > irb(main):003:0> require 'xml/libxml' > xml/libxml > LoadError: no such file to load -- xml/libxml > from /usr/lib/site_ruby/1.8/rubygems/custom_require.rb:22:in > `require__' > from /usr/lib/site_ruby/1.8/rubygems/custom_require.rb:22:in > `require' > from (irb):3 > irb(main):004:0> Check your installation of libxml. Look in the gems installation dir for the libxml-ruby package and see if the xml/libxml.rb file is there. It's working fine on my machine and I just reinstalled from scratch to be sure. You might want to update your version of RubyGems too. T.