looks like it's trying to load the rails source from the RAILS_ROOT/
vendor directory. i'm not sure if redmine comes w/ it's own version of
rails.
when you type "which rails" on the command line, you should get a path
returned. if not, it's likely that rails isn't installed correctly.
can you run other rails applications, aside from redmine, or is it
just redmine that is failing?



On Apr 15, 8:15 am, abcd-cards <mightydre...@gmail.com> wrote:
> I am using a Debian Lenny system. I did the following to install
> RedMine as mentioned on their wiki 
> pagehttp://www.redmine.org/wiki/redmine/RedmineInstall
>
> ruby 1.8.7
> Rails 2.3.5 and
> Rack 1.0.1
> redmine-0.9.3
> are present on my system.
>
> If I do which rails I do not get any output.
>
> ruby script/server -e production
>
> Following error is coming
>
> /redmine# ruby script/server -e production
> ./script/../config/../vendor/rails/railties/lib/rails/
> vendor_gem_source_index.rb:1:in `require': no such file to load --
> rubygems (LoadError)
>         from ./script/../config/../vendor/rails/railties/lib/rails/
> vendor_gem_source_index.rb:1
>         from ./script/../config/../vendor/rails/railties/lib/rails/
> gem_dependency.rb:1:in `require'
>         from ./script/../config/../vendor/rails/railties/lib/rails/
> gem_dependency.rb:1
>         from ./script/../config/../vendor/rails/railties/lib/initializer.rb:
> 10:in `require'
>         from ./script/../config/../vendor/rails/railties/lib/initializer.rb:
> 10
>         from ./script/../config/boot.rb:45:in `require'
>         from ./script/../config/boot.rb:45:in `load_initializer'
>         from ./script/../config/boot.rb:38:in `run'
>         from ./script/../config/boot.rb:11:in `boot!'
>         from ./script/../config/boot.rb:110
>         from script/server:2:in `require'
>         from script/server:2

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to