Hi,
I seem to have rather silly problem. I’m trying to run the script for
the DRb server in the acts_as_ferret trunk for setting up a centralized
index server. When I try to run script/runner
vendor/plugins/acts_as_ferret/script/ferret_server, I get a ruby error
/opt/csw/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/runner.rb:27:
undefined local variable or method vendor' for #<Object:0x8090300> (NameError) from /opt/csw/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
eval’
from
/opt/csw/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/runner.rb:27
from
/opt/csw/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
require' from /opt/csw/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in
require’
from script/runner:3
I’m guessing that eval is not able to run the ferret_server script. Is
there something basic that I’m doing wrong here?
Cheers