Hi, >From: "Jatinder Singh" <jatinder.saundh / gmail.com> >Reply-To: ruby-talk / ruby-lang.org >To: ruby-talk / ruby-lang.org (ruby-talk ML) >Subject: Re: Installation of Win32-service module >Date: Wed, 7 Jun 2006 21:36:04 +0900 > >I understand that "Cl" is the MSVC++ command line compiler, which looks >like >is not installed on my pc. is this a pre-requisite for using win32-service >module? > >I downloaded InstantRails which provides ruby,rails, apache and mysql; I >found that the ruby provided by InstantRails comes with win32-service >module, I tried using it by running daemon_test.rb and bingo, it ran fine. > >Now I dont want to depend on InstantRails, instead I would like to install >win32-service module in a version of ruby which does not have win32-service >module; for that do I need to have MS VC++, nmake utility on my machine? > You can download compiled binary file "service.so" at http://home.nownuri.net/~phasis/service.so Copy "service.so" to "\ruby\lib\ruby\site_ruby\1.8\i386-msvcrt\win32" folder. Regards, Park Heesob