Just tried to install current libxml-ruby gem. (On Ubuntu 7.10).

It used to be that I had to
  require 'xml/libxml'
to use it.

But now it was installed in the lib directory directly. So now its
  require 'libxml'

But this fails, it still searches for 'xml/libxml_so'. If I change the
beginning of libxml.rb to

  require 'libxml_so'

everything works.

Any idea what went wrong here?

Jochen
-- 
Jochen Topf  [EMAIL PROTECTED]  http://www.remote.org/jochen/  +49-721-388298

_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to