I am trying to deploy my first rails app to a dedicated server (using
capistrano).

The deployment goes fine (no errors) until the deploy:start step.

I get the following error message

  * executing `deploy:start'
  * executing "sudo -p 'sudo password: ' sh -c 'cd
/home/default/barmap.craigrees.co.uk/user/htdocs/barmap/current && nohup
script/spin'"
    servers: ["barmap.craigrees.co.uk"]
    [barmap.craigrees.co.uk] executing command
*** [err :: barmap.craigrees.co.uk] /usr/lib/ruby/1.8/thread.rb:5:in
`require'
*** [err :: barmap.craigrees.co.uk] :
*** [err :: barmap.craigrees.co.uk] no such file to load -- thread.so
*** [err :: barmap.craigrees.co.uk] (
*** [err :: barmap.craigrees.co.uk] LoadError
*** [err :: barmap.craigrees.co.uk] )
*** [err :: barmap.craigrees.co.uk] from /usr/lib/ruby/1.8/thread.rb:5
*** [err :: barmap.craigrees.co.uk] from
/usr/local/lib/site_ruby/1.8/rubygems.rb:10
*** [err :: barmap.craigrees.co.uk] from /usr/bin/mongrel_rails:9
    command finished

I have installed mongrel 1.1.5 and mongrel cluster 1.0.5.

Any ideas, thoughts appreciated.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to