From: Mohammad Khan Date: 2007-03-21T10:49:07+09:00 Subject: Re: libxml-ruby ------=_Part_183214_3466003.1174441745466 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline [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> On 3/20/07, Trans wrote: > > > > On Mar 20, 8:57 pm, "Mohammad Khan" wrote: > > [beeplove@vpn ruby-agi-1.1.1]$ irb > > irb(main):001:0> require 'rubygems' > > => true > > irb(main):002:0> require_gem 'libxml-ruby' <-- just initializes the > library > > => true > > require 'xml/libxml' <-- loads the lib > > T. > > > -- "Proper planning prevents poor performance." - Anonymous ------=_Part_183214_3466003.1174441745466--