https://www.virtualmin.com/node/17500#comment-77747
Redmine has failed to install with the following message:
Downloading http://rubyforge.org/frs/download.php/73692/redmine-1.0.5.tar.gz .. Downloading http://files.rubyforge.vm.bytemark.co.uk/redmine/redmine-1.0.5.tar.gz (4.55 MB) .. Received 1024 bytes (0 %) Received 466 kB (10 %) Received 932 kB (20 %) Received 1.37 MB (30 %) Received 1.82 MB (40 %) Received 2.27 MB (50 %) Received 2.73 MB (60 %) Received 3.18 MB (70 %) Received 3.64 MB (80 %) Received 4.09 MB (90 %) Received 4.55 MB (100 %) .. download complete.
Installing Ruby Gem test-spec .. .. done Installing Ruby Gem camping .. .. done
Installing Ruby Gem fcgi .. .. done
Installing Ruby Gem memcache-client .. .. done
Installing Ruby Gem ruby-openid .. .. done
Installing Ruby Gem rack version 1.0.1 .. .. done
Installing Ruby Gem i18n version 0.4.2 .. .. done
Now installing redmine version 1.0.5 .. Session store failed : rake aborted! uninitialized constant ActiveSupport::Dependencies::Mutex /home/"domain"/public_html/webdev/Rakefile:10 (See full trace by running task with --trace) (in /home/"domain"/public_html/webdev) More information on using this script can be found at http://www.redmine.org/.
.. installation was only partially complete.
Brian
Comments
Submitted by JamieCameron on Fri, 03/11/2011 - 13:33 Comment #1
Which ruby version are you running there?
ruby --version
will show you.Submitted by webwzrd on Fri, 03/11/2011 - 13:39 Pro Licensee Comment #2
ruby --version ruby 1.8.7 (2008-05-31 patchlevel 0) [x86_64-linux]
I don't know enough to know whether this is a version issue (I'll leave it to Jamie to comment on that), but we just discussed adding ruby packages to the Virtualmin bleeding edge repository, so they should be in place in a few days.
Submitted by webwzrd on Fri, 03/11/2011 - 15:12 Pro Licensee Comment #4
That would be great. It was not fun getting Ruby installed. As you probably know the CentOS repo only has Ruby 1.8.5, which is reportedly not compatible with Redmine.
I'll probably need help cleaning out the Ruby I just installed.
Submitted by JamieCameron on Fri, 03/11/2011 - 16:34 Comment #5
Ruby 1.8.7 should be fine then - I have installed Redmine OK with 1.8.6.
Did you also update rubygems, or are you still using the package that came with CentOS?
Ruby has some awful dependency issues that can cause problems like this :-(