Hello everybody,<br><br>I am trying to use libxsl-ruby on my ubuntu machine, but I seem to be doing something wrong.<br>I installed both libxml-ruby and libxsl-ruby and the example code from the libxml readme works fine.<br>
Unfortunately the libxsl readme example code (the usage example from 
<a href="http://libxsl.rubyforge.org/" target="_blank">http://libxsl.rubyforge.org/</a>) produces following error:<br><br>ruby fuzface.rb<br>/usr/lib/ruby/gems/1.8/gems/libxslt-ruby-0.3.6/ext/xml/libxslt.so: /usr/lib/ruby/gems/1.8/gems/libxslt-
ruby-0.3.6/ext/xml/libxslt.so: undefined symbol: ruby_xml_parser_count - /usr/lib/ruby/gems/1.8/gems/libxslt-ruby-0.3.6/ext/xml/libxslt.so (LoadError)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:32:in `require&#39;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from fuzface.rb:3<br><br>Line three of fuzface.rb is<br> require &#39;xml/libxslt&#39;<br><br>I tried to install using gem and rake, but both produced the same error.<br>Maybe I am running incompatible versions of the two bindings? gem automatically chose following versions:
<br><br>
sudo gem install libxml-ruby <br>Successfully installed libxml-ruby-0.5.2.0<br><br>sudo gem install libxslt-ruby <br>Successfully installed libxslt-ruby-0.3.6<br><br>ruby -v<br>ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux]
<br><br>dpkg -l libxml2<br>ii&nbsp; libxml2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.6.30.dfsg-2u GNOME XML library<br>ii&nbsp; libxml2-dev&nbsp;&nbsp;&nbsp; 2.6.30.dfsg-2u Development files for the GNOME XML library<br><br>dpkg -l libxslt1*<br>ii&nbsp; libxslt1-dev&nbsp;&nbsp; 1.1.21-2ubuntu

 XSLT processing library - development kit<br>ii&nbsp; libxslt1.1&nbsp;&nbsp;&nbsp;&nbsp; 1.1.21-2ubuntu XSLT processing library - runtime library<br><br><br>I appreciate any hints pointing me to my mistakes.<br>Thanks,<br>&nbsp;Silvan<br>