FCGI and fcgi_handler on Debian got you down?

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.

Categories

,

0 TrackBacks

Listed below are links to weblogs that reference this post: FCGI and fcgi_handler on Debian got you down?.

TrackBack URL for this entry: http://andywismar.com/cgi-bin/mt-tb.cgi/40

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)