From: Snoop1990 Snoop1990 Date: 2007-12-28T02:10:30+09:00 Subject: Re: Port Ruby on Rails Application Sorry I do not get this! I just setup a new rails application and started it at port 40000 and it works ... why ? ... neither I nor my friend changed anything ! $ ./script/server -p 40000 => Booting WEBrick... => Rails application started on http://127.0.0.1:40000 => Ctrl-C to shutdown server; call with --help for options [2007-12-27 18:00:07] INFO WEBrick 1.3.1 [2007-12-27 18:00:07] INFO ruby 1.8.6 (2007-06-07) [i486-linux] [2007-12-27 18:00:07] INFO WEBrick::HTTPServer#start: pid=22874 port=40000 But still the same error when I try the FreeBSD application on the Linux Server ! $ ./script/server -p 40000 ./script/../config/boot.rb:18:in `require': no such file to load -- rubygems (LoadError) from ./script/../config/boot.rb:18 from ./script/server:2:in `require' from ./script/server:2 -- Posted via http://www.ruby-forum.com/.