To answer both of your replies I did the following 1) which rails does not give me an output.
2) Then checked for Ruby ~# dpkg -s ruby Package: ruby Status: install ok installed Priority: optional Section: interpreters Installed-Size: 100 Maintainer: Fumitoshi UKAI <[email protected]> Architecture: all Source: ruby-defaults Version: 4.2 Depends: ruby1.8 Description: An interpreter of object-oriented scripting language Ruby Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package is a dependency package, which depends on Debian's default Ruby version (currently 1.8.x). Homepage: http://www.ruby-lang.org/ 3) then checked for rubygems :~# dpkg -s rubygems Package: rubygems Status: install ok installed Priority: optional Section: interpreters Installed-Size: 88 Maintainer: Daigo Moriwaki <[email protected]> Architecture: all Source: libgems-ruby Version: 1.2.0-3 Depends: rubygems1.8 (= 1.2.0-3) Description: package management framework for Ruby libraries/ applications This is a way to package Ruby libraries/applications for distribution. RubyGems provides the ability to manage concurrent versions of libraries and dependencies between those libraries. Using RubyGems, you can: * download and install Ruby libraries easily * not worry about libraries A and B depending on different versions of library C * easily remove libraries you no longer use . This is a dependency package which depends on Debian's default Ruby version (currently 1.8.x). Homepage: http://rubygems.org/ What more should I check and paste the output here let me know. On Apr 15, 8:47 pm, "Joe Smith" <[email protected]> wrote: > "abcd-cards" <[email protected]> wrote in > messagenews:c4198725-6254-4602-91c2-1dd3065a1...@i25g2000yqm.googlegroups.com... > > > > > > > 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. > > > 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) > > Did you install ruby, rails, and rack via apt? If so I suspect you may not > have the rubygems package installed. I believe the Debian version of rails > has been modified to not depend on rubygems, but since redmine came with a > copy of the rails gems vendored in, it does require rubygems. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

