DRb Server can not run!

I’m doing the next.

1, rails hecc
2, cd hecc
3, script/plugin install
svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret

4, RAILS_ENV=production
vendor/plugins/acts_as_ferret/script/ferret_start

vendor/plugins/acts_as_ferret/script/ferret_start:21:in `require’: no
such file to load – vendor/plugins/acts_as_ferret/script/…/config/boot
(LoadError)
from vendor/plugins/acts_as_ferret/script/ferret_start:21

ferret_start content

20 ENV[‘FERRET_USE_LOCAL_INDEX’] = ‘true’
21 require File.dirname(FILE) + ‘/…/config/boot’
22 require RAILS_ROOT + ‘/config/environment’

I do not know why!

On Wed, Jul 18, 2007 at 04:58:53AM +0200, Chengcai He wrote:

I’m doing the next.

1, rails hecc
2, cd hecc
3, script/plugin install
svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret

4, RAILS_ENV=production
vendor/plugins/acts_as_ferret/script/ferret_start

use the start script that has been copied to script/ by the installer:

RAILS_ENV=production script/ferret_start

Jens


Jens Krämer
http://www.jkraemer.net/ - Blog
http://www.omdb.org/ - The new free film database

Jens K. wrote:

On Wed, Jul 18, 2007 at 04:58:53AM +0200, Chengcai He wrote:

I’m doing the next.

1, rails hecc
2, cd hecc
3, script/plugin install
svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret

4, RAILS_ENV=production
vendor/plugins/acts_as_ferret/script/ferret_start

use the start script that has been copied to script/ by the installer:

RAILS_ENV=production script/ferret_start

Hello, after doing so I get the following reply:

$ RAILS_ENV=development script/ferret_start
script/ferret_start:25:in `load’: wrong number of arguments (0 for 1)
(ArgumentError) from script/ferret_start:25

What might this be? Regards, Martin