From: michael greenly Date: 2007-12-28T06:21:14+09:00 Subject: Re: Port Ruby on Rails Application ------=_Part_15696_13325350.1198790466560 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline It looks like your problem is that rubygems is not installed and the application doesn't have them frozen. You'll either have to freeze the gems from the running machine before copying the application off or install rubygems on the new machine. Once you install rubygems you will still need to install what ever gems the application needs. On Dec 27, 2007 11:41 AM, Snoop1990 Snoop1990 wrote: > Michael Greenly wrote: > > It sounds like gems are not available? > > > > Can you give us the results of each of these commands? > > > > #> which ruby > > #> ruby --version > > #> which rails > > #> rails --version > > #> which gem > > #> gem environment > > > As you see above on both server's we have WEBrick 1.3.1 and ruby 1.8.6 > ! On freebsd my Ruby on Rails server runs like a shame so there is no > problem ! > > Here are my reuslts for the Linux server : > > $ ruby --version > ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux] > $ rails --version > getopt: unrecognized option `--version' > Terminating... > $ gem enviroment > -sh: gem: not found > $ > > Seems like gem is missing ! > -- > Posted via http://www.ruby-forum.com/. > > -- Michael Greenly ------=_Part_15696_13325350.1198790466560--