I'm trying to install Redmine on a shared hosting. Here are some versions of software installed on it:
ruby 1.8.7 (2011-02-18 patchlevel 334) [x86_64-linux]
Rails 2.3.12
MySQL 5.0.91
Redmine - from current trunk (v1.2.1, I guess)
I'm using this guide for installation: http://www.redmine.org/projects/redmine/wiki/RedmineInstall. All the steps before this I completed successfully. Installation fails while running "rake generate_session_store". What can be wrong? Here is the most part of the errors I get after running this command:
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from
/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
... repeated a lot of times