On Feb 11, 2008 12:00 PM, Jochen Topf <[EMAIL PROTECTED]> wrote:
> 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?

The gem must be out of date, b/c that change is exactly what is
already in the repository.

We'll put out a new release here shortly.

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

Reply via email to