Is your Debian machine failing on gem install fcgi?
Missing mkmf.rb? apt-get install ruby1.8-dev
checking for fastcgi/fcgiapp.h... no or checking for FCGX_Accept() in -lfcgi... no?
Then:
- wget http://www.fastcgi.com/dist/fcgi.tar.gz
- tar -zxvf fcgi-2.4.0.tar.gz
- ./configure
- make
- make install
- gem install fcgi Presto!
Update: Well, maybe not that easy, back to old-school for the night.
Update 2: AS IF I could go to bed with that still not working. When it's late, it's important to be sure that when you update rails, you actually update rails.
Post a comment