On Jan 24, 2008 1:24 PM, Chris Gers32 <[EMAIL PROTECTED]> wrote:
> Luis Lavena wrote:
> > This issue was fixed in latest (0.3.4) release of mongrel_service.
> >
> > gem install mongrel_service -v '0.3.4'
>
> You're right: I upgraded mongrel_service and now see the
> service::install command. Unfortunately, I got a new error message when
> I tried creating the Mongrel Service:
>
> C:\web\FDS_Server>mongrel_rails service::install -N FDS_Server_4001 -p
> 4001 -e production
> c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:379:in
> `report_activate_error': Could not find RubyGem win32-service (>= 0.5.2,
> < 0.6.0) (Gem::LoadError)
>
> Finally, installing win32-service 0.5.2 did the trick... But the current
> version is 0.6.1 ; will mongrel_service be compatible with it in the
> future?
>

mongrel_service only use win32-service to register/unregister the service.

Is not possible maintain compatibility with both releases 0.5.x or
0.6.x due some API changes.

The dependency on win32-service is planned to be removed completely.

-- 
Luis Lavena
Multimedia systems
-
A common mistake that people make when trying to design
something completely foolproof is to underestimate
the ingenuity of complete fools.
Douglas Adams
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to