From: Mark Hubbart Date: 2004-10-22T06:04:49+09:00 Subject: 'gem install rails' error Hi, I finally decided I had the time to try out the Rails framework, so I went to install it via rubygems. All the dependencies installed fine, but I got an error when it tried to install the rails gem itself. I searched the mailing list, but didn't find any solutions to this particular problem. Here is the output of 'gem install' and 'gem list': mark@eMac% sudo gem install rails Password: Attempting local installation of 'rails' Local gem file not found: rails*.gem Attempting remote installation of 'rails' Updating Gem source index for: http://gems.rubyforge.org Install required dependency rake? [Yn] y Install required dependency activerecord? [Yn] y Install required dependency actionpack? [Yn] y ERROR: While executing gem ... (NameError) (eval):1:in `class_eval': uninitialized class variable @@inheritable_attributes_for_base in CGI::Session::ActiveRecordStore::Session mark@eMac% gem list --local *** LOCAL GEMS *** actionpack (0.8.5) Web-flow and rendering framework putting the VC in MVC. activerecord (0.9.5) Implements the ActiveRecord pattern for ORM. rake (0.4.8) Ruby based make-like utility. sources (0.0.1) This package provides download sources for remote gem installation Any help would be appreciated. Thanks, Mark