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'
>
> B
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