Quoting doug <[email protected]>: > I am trying to use Action Mailer and runner to process incoming mail > addressed to a specific address (optin). > > It appears that runner expects to find Ruby in /usr/bin. I am running > Passenger and have Ruby located elsewhere. runner does not seem to > have an option for specifying an alternative location for Ruby. > > Can someone please tell me what I need to do to make runner aware of > the alternative location for Ruby? >
instead of /var/www/rails/railshq.net/script/runner abc.rb optin: "/usr/local/ruby /var/www/railshq.net/script/runner abc.rb ... Or whatever the path to Ruby is. Or alter the path on the first line on runner. HTH, Jeffrey -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

