Date: 2009-04-05 14:26
Sender: Alexey Chebotar
Hello. Try to use my patch:
http://rubyforge.org/tracker/index.php?func=detail&aid=25176&
amp;group_id=495&atid=1969
Howto use:
$ wget http://files.rubyforge.vm.bytemark.co.uk/libxsl/libxslt-ru
by-0.9.1.tgz
$ wget http://rubyforge.org/tracker/download.php/495/1969/25176/4
471/add_ruby191_support.patch
$ tar xzpf libxslt-ruby-0.9.1.tgz
$ cd libxslt-ruby-0.9.1
$ patch -p1 < ../add_ruby191_support.patch
patching file ext/libxslt/ruby_xslt_stylesheet.c
patching file ext/libxslt/version.h
$ sudo ruby setup.rb
Enjoy. :) |