This is the patched fcgi gem for Ruby 1.9.1 and Ruby 1.9.x
==========================================================
Probably you should have downloaded this from www.danieleveratti.com
This packaged was created by Daniele Veratti. E-Mail: contact [AT] daniele veratti [DOT] com (remove spaces and [AT] means @ and [DOT] means .)
The source file was taken from rubygems' repository and then modified by Daniele Veratti, using the instructions
left by Deathsyn on the Rubyists blog. So a great thank you to Deathsyn (a.k.a. Kevin Berry???) who made this gem possible!!!
http://blog.rubyists.com/2009/06/02/ruby-fcgi-on-1-9-x

To install this GEM try this:
Login as root and then uncompress this package using unzip. Once done this type:

	# cd fcgi-0.87-patched/ext/fcgi
	# ruby extconf.rb
	# make
	# make install

Before installing make sure you have no broken dependencies. This is the way I made it work on my "little" Debian 5 server.
Of course this patch is useless if you have installed Ruby 1.8.x
Verify it typing

	# ruby -v

I hope this package helps.
Thanks for visiting http://www.danieleveratti.com