I followed used the gtool.com script in this post: http://www.bluehostforum.com/showthr...hlight=redmine to install Redmine version 1.0.1 but I'm still not able to get to redmine. I think I'm missing something when it comes to actually running redmine? or maybe there's something that I can do to fix the incompatibility issues with rack?

If I set up a ruby on rails app in cpanels and try to run it I get this in the mongrel.log


/home2/blah/public_html/redmine-1.0.1/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:119:Warning: Gem:ependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement
/home2/blah/public_html/redmine-1.0.1/config/../vendor/rails/railties/lib/initializer.rb:271:in `require_frameworks': RubyGem version error: rack(1.1.0 not ~> 1.0.1) (RuntimeError)
from /home2/blah/public_html/redmine-1.0.1/config/../vendor/rails/railties/lib/initializer.rb:134:in `process'
from /home2/blah/public_html/redmine-1.0.1/config/../vendor/rails/railties/lib/initializer.rb:113:in `send'
from /home2/blah/public_html/redmine-1.0.1/config/../vendor/rails/railties/lib/initializer.rb:113:in `run'
from /home2/blah/public_html/redmine-1.0.1/config/environment.rb:20
from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:147:in `rails'
from /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:113:in `cloaker_'
from /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/configurator.rb:149:in `call'
from /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/configurator.rb:149:in `listener'
from /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:99:in `cloaker_'
from /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/configurator.rb:50:in `call'
from /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/configurator.rb:50:in `initialize'
from /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:84:in `new'
from /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:84:in `run'
from /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/command.rb:212:in `run'
from /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
from /usr/bin/mongrel_rails:19:in `load'
from /usr/bin/mongrel_rails:19

if I try to use webrick, I seem to only be able to hit it using wget when I'm ssh'd to my account. wget -O - http://127.0.0.1:3000 seems to be returning the welcome page at least.

If I try to access it from my browser (ie http://redmine.blah.com). I get the 500 error that's defined by the ErrorHandler in the .htaccess file in the public folder.

I must be missing something here??

On a side note, I did get a previous version of redmine running for a short while last year, but when bluehost updated some rails packages and maybe the ruby version it stopped working again. Anyone has any tips of keeping it rails app running when bluehost updates their packages?