Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Install fcgi gem after installing FastCGI with darwinports (See related posts)

sudo gem install fcgi -- --with-fcgi-dir=/opt/local

Comments on this post

mattm posts on Jun 15, 2005 at 21:45
of course currently the fcgi gem has a memory leak, so it's wise to use the non-gem version currently.
jstetser posts on Jun 16, 2005 at 04:36
I have a darwinports Portfile for the newer version of fcgi (with no leakage) at this post on my blog.

Hope it helps!
peter posts on Jun 17, 2005 at 01:52
The new gem is 0.8.6, but beware.. it failed for me and it failed for someone else I know with each_cgi MethodNotFound errors. Installing from source worked great.

You need to create an account or log in to post comments to this site.


Click here to browse all 4861 code snippets

Related Posts