I've downloaded, compiled and installed ruby (stable 1.8.2). Seems OK.
Install gems 0.8.8, but this happens when I try to use it:
gsmith@linux:~> gem update --backtrace
Upgrading installed gems...
/usr/local/lib/ruby/1.8/date/format.rb:433: [BUG] Segmentation fault
ruby 1.8.2 (2004-12-25) [x86_64-linux]
Aborted
Any ideas? If you need me to provide extra info, let me know.
Ta muchly
--
All the best
Glenn
Aylesbury, UK
It looks like there is a bug in Date.parse, but I'm not able to
reproduce it. Glenn, would this reproduce the segfault?
require 'date'
Date.parse '2004-10-18'
--
Chad Fowler
http://chadfowler.com
http://rubycentral.org
http://rubygarden.org
http://rubygems.rubyforge.org (over 100,000 gems served!)
No, running that through Ruby works fine for me.
Glenn
/usr/local/lib/ruby/1.8/date/format.rb:327: [BUG] Segmentation fault
(I guess format.rb is called when I call PUTS?).
I installed ruby on my system by downloading the ruby 1.8.2 stable
source, and installed (as root) using the usual ./configure; make;
make install, I'm guessing that's right?
I just recompiled my Linux Kernel (upgraded to the most recent
2.6.11.6), then recompiled/reinstalled RUBY.
Then installed RUBYGEMS
And GEMS works! I'm downloading RAILS as we speak!!
Obviously something a bit screwy with SUSE's standard 64-bit kernel, a
recompile/tune with the latest version has fixed Ruby/Gems, and also
made my machine run a *lot* quicker!!
Glenn