[libxml-devel] require 'xml/libxslt' produces undefined symbol error on ubuntu linux

2007-12-30 Thread Tec
Hello everybody, I am trying to use libxsl-ruby on my ubuntu machine, but I seem to be doing something wrong. I installed both libxml-ruby and libxsl-ruby and the example code from the libxml readme works fine. Unfortunately the libxsl readme example code (the usage example from http://libxsl.ruby

Re: [libxml-devel] require 'xml/libxslt' produces undefined symbol error on ubuntu linux

2007-12-30 Thread Trans
On Dec 30, 2007 6:25 PM, Tec <[EMAIL PROTECTED]> wrote: > Hello everybody, > > I am trying to use libxsl-ruby on my ubuntu machine, but I seem to be doing > something wrong. > I installed both libxml-ruby and libxsl-ruby and the example code from the > libxml readme works fine. > Unfortunately the