I installed backgroundrb v0.2.1 via svn external per the README. But
when I go to start ''er up I get:
$ ./script/backgroundrb start
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': no such file to load -- daemons (LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require''
from
/home/xyzzy/public_html/site/vendor/plugins/backgroundrb/server/lib/backgroundrb_server.rb:2
from ./script/backgroundrb:27:in `require''
from ./script/backgroundrb:27
this line says
require ''backgroundrb_server''
What is wrong and how do I get that into the path?
Sorry if this is a bit OT also but I hope the fix is simple
thanks
sam
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
You need to install the daemons gem as well... HTH matt On 9/4/07, sbeam <szbeam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I installed backgroundrb v0.2.1 via svn external per the README. But > when I go to start ''er up I get: > > $ ./script/backgroundrb start > /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require'': no such file to load -- daemons (LoadError) > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `require'' > from > /home/xyzzy/public_html/site/vendor/plugins/backgroundrb/server/lib/backgroundrb_server.rb:2 > from ./script/backgroundrb:27:in `require'' > from ./script/backgroundrb:27 > > this line says > > require ''backgroundrb_server'' > > What is wrong and how do I get that into the path? > > Sorry if this is a bit OT also but I hope the fix is simple > > thanks > sam > > > > > >-- Matt White ----------------------- Thermal Creative http://blog.thermalcreative.com --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
yes gem ''Daemons'' and the gem ''Slave''. Missed that part of the README, sorry. thanks for the reply. On Tuesday 04 September 2007, Matt White wrote:> > You need to install the daemons gem as well... > > HTH > > matt >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---