Project

General

Profile

Unable to install on CentOS 5.3

Added by Daniel Hinz almost 15 years ago

Migrating to a new machine (lease expiration) and need to move Redmine from CentOS 4.5.

The enviroment is:
CentOS 5.3.
MySQL 5.0.45
gcc 4.1.2
Redmine 0.8.3 (using the Rails that comes with it)
mysql-ruby-2.8.1

Default Ruby installation /usr/bin is 1.8.5 (that's the only package yum reports).
For reasons not related to Redmine have installed Ruby 1.9.1p243 in /usr/local/bin.

Attempt to install Redmine.

Using either Ruby installation (1.8.5 and 1.9.1 work the same way) I get:

# rake db:migrate RAILS_ENV="production" 
  (in /export/redmine/redmine-0.8.3)
  rake aborted!

  no such file to load -- soap/rpc/driver
  (See full trace by running task with --trace)

The full trace ends up pointing to vendor/rails/activesupport/lib/active_support/dependencies.rb

I'm left believing that something is missing but I don't know what.

Anyone have an idea where I should look?
Thanks


Replies (2)

RE: Unable to install on CentOS 5.3 - Added by Daniel Hinz almost 15 years ago

Now I believe this is a Ruby installation problem not a Redmine problem. I experimented with installing Ruby-1.8.5 on the system in question and ran make test-all. I received a list of errors all complaining about the missing soap/rpc (although they were mostly concerned with cgistub it's still in the same tree).

Therefore, I'm going to repost the question to a Ruby installation forum.

RE: Unable to install on CentOS 5.3 - Added by Andrew Leaf almost 15 years ago

Daniel -

We're using CentOS 5, Ruby 1.8.6, and Rails 2.1.2 with 0.8.3 without any difficulty.

You may want to give Ruby 1.8.6 a shot.

Cheers,

Andrew

    (1-2/2)