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 use require 'xml/libxml' instead of the more customary require 'libxml' Other than that, everything works well, I think. --AC On Wed, Oct 15, 2008 at 7:26 AM, Stephan Maka <[EMAIL PROTECTED]> wrote: > > 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 installation, so I suspect the > > latter. Please advise. > > Some Ruby 1.9 related changes just appeared there: > http://github.com/dvdplm/libxml-ruby > > _______________________________________________ > libxml-devel mailing list > libxml-devel@rubyforge.org > http://rubyforge.org/mailman/listinfo/libxml-devel _______________________________________________ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel