Project

General

Profile

Install redmine on Linux , I get an error like this: rake aborted, no such file to load

Added by woodx 99 about 15 years ago

install redmine on Redhat Linux Enterprise advance Server 4 Update 3, I get an error like this:

--------------------------------------------------------------------
$ rake db:migrate RAILS_ENV="production"
(in /home/webapp/running/redmine/redmine-0.8.0)
rake aborted!
no such file to load -- test/unit/error
/home/webapp/running/redmine/redmine-0.8.0/Rakefile:10:in `require'
(See full trace by running task with --trace)
--------------------------------------------------------------------

I searched the file "test/unit/error", the directory does exist, but the file does not exist.

how can I do? and I try the redmine-0.8.1 too, and I get the same error. Can anyone help me?