can’t boot with “/script/server” but works with “mongrel_rails start”.
why?
/path/to/myproject/$ ./script/server
=> Booting WEBrick...
/path/to/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:477:in
`const_missing': uninitialized constant DRb::DRbConn::Mutex (NameError)
from /opt/local/lib/ruby/1.8/drb/drb.rb:1149
from
/path/to/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in
`require'
from
/path/to/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in
`require'
from
/path/to/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in
`new_constants_in'
from
/path/to/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in
`require'
from /opt/local/lib/ruby/1.8/drb.rb:1
from
/path/to/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in
`require'
from
/path/to/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in
`require'
... 27 levels...
from
/path/to/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in
`require'
from
/path/to/myproject/vendor/rails/railties/lib/commands/server.rb:39
from ./script/server:3:in `require'
from ./script/server:3