this is on centos 4 with ruby installed from source. i can start mongrel every way but the one i need... mongrel_cluster_ctl works from anywhere, /etc/init.d/mongrel_cluster start works, and the one i need - "mongrel_rails cluster::start" works from the app directory but nowhere else. instead, when i run it outside the app directory i get an error saying "Configuration file does not exist" and when i run "service mongrel_cluster start" i get "/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: command not found: mongrel_rails cluster::start -c mongrel_cluster.yml mongrel_rails cluster::start returned an error"
line 27 of custom_require.rb is "def require(path) # :nodoc: " without mongrel_rails cluster::start i can't run the capistrano deployment and mongrel_cluster won't start on boot. any suggestions? -- 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 -~----------~----~----~----~------~----~------~--~---