Re: [libxml-devel] require path broken

2008-02-13 Thread Trans
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

[libxml-devel] require path broken

2008-02-11 Thread Jochen Topf
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