[libxml-devel] Installing 0.8.3 Gem on CentOS Linux...

2006-10-18 Thread Stuart Hungerford
ot;libxml_so.so" library. This can be used with a 'require "xml/libxml_so"' but any access to the module crashes. So does anyone have a patch or some hints for installing 0.8.3 on Centos or other Linuxes either as a Gem or via a tarball? Any advice much appreciated, Stu --

Re: [libxml-devel] Installing 0.8.3 Gem on CentOS Linux...

2006-10-19 Thread Stuart Hungerford
Hi, Firstly -- thanks to Masashi Shimbo for his patch and advice. Here's a transcript of my installation process. Apologies for such a long post! With a clean gem install and the following process things seem to work if I do a 'require "xml/libxml_so"'. On OS/X and Ubuntu though I was able to g

Re: [libxml-devel] Installing 0.8.3 Gem on CentOS Linux...

2006-10-19 Thread Stuart Hungerford
On the patched and unpatched Centos version though this happens: >> doc = XML::Document.file("small.xml") [...] >> doc = XML::Document.file("big.xml") (irb):5: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [x86_64-linux] Aborted ---

Re: [libxml-devel] Installing 0.8.3 Gem on CentOS Linux...

2006-10-20 Thread Stuart Hungerford
Ross Bamford wrote: > [...] > > I've applied Masashi's patch so hopefully this will be fixed now (it > seems to work here - Previously it worked anyway, but only because I had > a forgotten copy of libxml.rb kicking around in site_ruby :( ). > > Could you try the current CVS head? If it works

[libxml-devel] Seg faults on Centos Linux...

2006-11-17 Thread Stuart Hungerford
't tried it with Ubuntu yet. I can't send the XML document as its confidential so is there some way I can send more information that would help track this bug down? Or should I be using the 0.4.0 CVS branch instead? Any advice much appreciated