From: Roger Pack Date: 2010-04-17T03:30:01+09:00 Subject: Re: fcgi or ruby-fcgi on Windows-Xp Javier Abaroa wrote: > Hello, > > Finally i've could install fcgi and ruby-fcgi on Windows-Xp. > > The command to do it was: > >> gem install fcgi -- --with-opt-dir=c:\fcgi --remote > > or > >> gem install ruby-fcgi -- --with-opt-dir=c:\fcgi --remote > > Where c:\fcgi is the Fastcgi-development-kit installation directory. Wow for some reason I'm not able to even *build* the fcgi library using mingw. Where did you get those binaries? Did you compile them youself? It appears that fcgi on windows is pretty rare [1] You might get some traction with >> gem install ruby-fcgi -- --with-opt-dir=/fcgi --remote or >> gem install ruby-fcgi -- --with-opt-dir=c:/fcgi --remote if you're using mingw. -rp [1] http://www.ruby-forum.com/topic/93383 -- Posted via http://www.ruby-forum.com/.