I am using a Debian Lenny system. I did the following to install
RedMine as mentioned on their wiki page
http://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