From: jzakiya Date: 2010-08-24T04:00:06+09:00 Subject: Re: Mongrel1.1.6 Installation not working with Ruby 1.9.1 in Win On Aug 23, 10:47 am, Anand Srinu <2006hz13...@dlpd.bits-pilani.ac.in> wrote: > Hi Luis, > > Thanks verymuch for the lead. I got them installed and things are going > on well. But I am still in a fix. I am thinking of using THIN server for > my production mode. But I think it would be good if I have a cluster of > servers running so that it will be easy to reproduce a linux env. But > the bad thing is that I am using a WINDOWS machine, (in this case) so no > demonization, no clusters or any useful things which we can do in the > wonderful linux. > > So please can you suggest a way of acheiving this in the WINDOWS > machine. Or is it possible to use the Apache + multiple (Thin / Mongrel) > servers combination in the WINDOWS machine. > > Regards, > Sandy. > > > > Luis Lavena wrote: > > On Aug 22, 10:32 am, Anand Srinu <2006hz13...@dlpd.bits-pilani.ac.in> > > wrote: > >> Hi There, > > >> I am facing with this problem where I am trying to install mongrel in my > >> dev env having developed an application with Ruby 1.9.1, rails 2.3.5 and > >> in Windows. When I use WeBrick the aplication works perfectly. But I > >> wanna try running this app with either mongrel or thin. But bad luck, > >> none of them is working. I wil try to explain all the thins I did to > >> finally arrive at the error. Please do help me in this. > > > Hello, > > > For either mongrel or thin to install, they need a Ruby installation > > capable of compiling extensions. > > > The error you're receiving is clearly that, the inability of your > > installation to compile. > > > I would suggest you use RubyInstaller version of 1.9.1 in combination > > with our DevKit. > > > You can find more information and even details of this in our website > > along with tutorials: > > >http://rubyinstaller.org/ > >http://wiki.github.com/oneclick/rubyinstaller/tutorials > > >> Installation on Mongrel : > >> 1. Googling enlightned me that Ruby 1.9.1 supports only mongrel-1.1.6 > >> version. So I had downloaded the mongrel 1.1.6 version fromhttp://github.com/radar/mongrelURL. > > > Something to note: that specific repository is not the oficial Mongrel > > one. > > > Version 1.1.6 never existed, and fauna holds the official codebase, > > which is compatible with Ruby 1.9.1 but not newer Rails: > > >http://github.com/fauna/mongrel/ > > -- > Posted viahttp://www.ruby-forum.com/. Also checkout nginx (http://nginx.org/) for your application.