Ah. Right. Thanks.
On Wed, Oct 15, 2008 at 4:46 PM, Trans <[EMAIL PROTECTED]> wrote:
> On Wed, Oct 15, 2008 at 5:18 PM, Andrew Cone <[EMAIL PROTECTED]> wrote:
>> Thanks! I just installed that, and it worked. One caveat: I had to
>> change line 12 of /usr/local/lib/site_ruby/1.9.0/libxml.rb from
>>
On Wed, Oct 15, 2008 at 5:18 PM, Andrew Cone <[EMAIL PROTECTED]> wrote:
> Thanks! I just installed that, and it worked. One caveat: I had to
> change line 12 of /usr/local/lib/site_ruby/1.9.0/libxml.rb from
>
> require 'libxml_ruby'
>
> to
>
> require 'i486-linux/libxml_ruby'
>
> I also need to l
Thanks! I just installed that, and it worked. One caveat: I had to
change line 12 of /usr/local/lib/site_ruby/1.9.0/libxml.rb from
require 'libxml_ruby'
to
require 'i486-linux/libxml_ruby'
I also need to launch irb1.9 as follows:
irb1.9 -I /usr/local/lib/site_ruby/1.9.0/
and then I have to
Andrew Cone wrote:
> I am trying to install libxml-ruby for Ruby 1.9 under Debian. There is no
> Debian libxml-ruby1.9, so I typed the following command:
>
> [...]
>
> What is going on? Is this a problem with my system or with the gem? I have
> not done anything unorthodox with my Ruby installati
I am trying to install libxml-ruby for Ruby 1.9 under Debian. There is no
Debian libxml-ruby1.9, so I typed the following command:
sudo gem1.9 install libxml-ruby
The result is the following error:
In file included from libxml.c:5:
ruby_libxml.h:10:18: error: util.h: No such file or directory
I