Instructions how to get it work on FC8. The xslt binding for Ruby does not appear to be available as a rpm. (At least I wasn't able to find it, even after yum install '*ruby*')

You have to download http://gregoire.lejeune.free.fr/ruby-xslt_0.9.3.tar.gz
Follow instructions there (ruby extconf.rb; make; make doc; make install)
This will leave xslt.rb in /usr/lib/ruby/site_ruby/1.8/xml/xslt.rb

Apparently, Ruby needs libxslt.rb there, so do:
sudo mv /usr/lib/ruby/site_ruby/1.8/xml/xslt.rb /usr/lib/ruby/site_ruby/1.8/xml/libxslt.rb

Subsequently, spock runs.

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

Captcha
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
2 + 11 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.