Re: [libxml-devel] compile error with ruby 1.9 under debian

2008-10-15 Thread Andrew Cone
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 >>

Re: [libxml-devel] compile error with ruby 1.9 under debian

2008-10-15 Thread Trans
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

Re: [libxml-devel] compile error with ruby 1.9 under debian

2008-10-15 Thread Andrew Cone
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

Re: [libxml-devel] compile error with ruby 1.9 under debian

2008-10-15 Thread Stephan Maka
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

[libxml-devel] compile error with ruby 1.9 under debian

2008-10-10 Thread Andrew Cone
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