links
300 Images From 1800 Sites
Punctuated Productivity
ascii table
brainjar.com: css positioning
Catman's Reference Guide to XHTML 1.1
Catman's XHTML 1.1 Elements and Attributes Reference Guide
citeseer
Color Scheme Generator
common errors in english
cool images
Copying music between authorized computers with iTunes for Windows
css layout-o-matic
daypop
del.icio.us
elegant hack
emacs wiki
floatutorial
imho...
keystroke shortcuts for windows xp
mozilla keyboard shortcuts
NameVoyager
perldoc.com
programming language popularity
regular expression tester
selectoracle
short url services
simple urls for search engines
the unix acronym list
yahoo dictionary

permalink

apache / fcgi / debian / rails

Getting ruby and rails to run on debian can be a challenge. One of the challenges is getting the fcgi gem installed. This page helped, but fell short. A few more hours of digging and I found the problem.

Here is what I did to install the fcgi gem on debian. I hope it saves you some time.


# aptitude install ruby1.8-dev
# wget http://www.fastcgi.com/dist/fcgi.tar.gz
# tar -zxvf fcgi-2.4.0.tar.gz
# ./configure
# make
# make install
# gem install fcgi

Share this article on post this at del.icio.us post this at Digg post this at Reddit

* * *