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

2006-10-22 Thread Masashi Shimbo
Hi Ross, > I've applied your patch in CVS head, and made a couple of minor > adjustments to keep 'rake install' working properly. Basically, libxml.rb > remains in the ext/xml directory, but is installed by the install-rb > target. Thanks for fixing and applying the patch. (Certainly, my original

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

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

2006-10-20 Thread Ross Bamford
Hi Stuart, On Fri, 20 Oct 2006 03:19:16 +0100, Stuart Hungerford <[EMAIL PROTECTED]> wrote: > Masashi Shimbo wrote: > > > [...] >> I'd like to know if you have libxml_so.so in >> /opt/ruby-1.8.4/lib/ruby/gems/1.8/gems/libxml-ruby-0.3.8/ext/xml/ >> at this point (i.e., after 'gem install libxml

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

2006-10-20 Thread Ross Bamford
Hi Masashi, On Fri, 20 Oct 2006 02:58:41 +0100, Masashi Shimbo <[EMAIL PROTECTED]> wrote: > I'm sorry if my patch confused you... but I've also verified that I need > to apply and rebuild a gem package to install it on an Ubuntu, a Gentoo, > and a MacOS X - so there seems to be a problem with t

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

2006-10-19 Thread Stuart Hungerford
Masashi Shimbo wrote: > [...] > I'd like to know if you have libxml_so.so in > /opt/ruby-1.8.4/lib/ruby/gems/1.8/gems/libxml-ruby-0.3.8/ext/xml/ > at this point (i.e., after 'gem install libxml-ruby'). > > In my Ubuntu system, the original gem erases that shared library file > after 'make clean'

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

2006-10-19 Thread Masashi Shimbo
Hello, >From the transcript you provided, it seems that the patch is not necessary for your CentOS system. >> - basic gem install --- >> $ sudo gem install libxml-ruby >> Need to update 5 gems from http://gems.rubyforge.org ... >> mak

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 Ross Bamford
On Thu, 19 Oct 2006 11:20:42 +0100, Masashi Shimbo <[EMAIL PROTECTED]> wrote: > Hi Stu, > > >> Looking through the list archives I found a patch for an > >> Ubuntu installation which I applied and which now creates > >> a "libxml_so.so" library. This can be used with a > >> 'req

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

2006-10-19 Thread Masashi Shimbo
Hi Stu, >> Looking through the list archives I found a patch for an >> Ubuntu installation which I applied and which now creates >> a "libxml_so.so" library. This can be used with a >> 'require "xml/libxml_so"' but any access to the module >> crashes. FYI, the patch I submitt

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

2006-10-18 Thread Stuart Hungerford
Hi, I've been trying to install the 0.8.3 libxml-ruby Gem on a CentOS Linux system. This install doesn't seem to move the shared library into the right place? Looking through the list archives I found a patch for an Ubuntu installation which I applied and which now creates a "libxml_so.so" libra