checkinstall、rpmforgeについてはrpmforgeの追加を見て下さい。 FastCGIの導入 # wget 'http://www.fastcgi.com/dist/fcgi.tar.gz' # tar zxvf fcgi-2.4.0.tar.gz # cd fcgi-2.4.0 # ./configure --prefix=/usr # make # checkinstall # rpm -ivh /usr/src/redhat/RPMS/i386/fcgi-2.4.0-1.i386.rpm # gem install fcgi --no-ri --no-rdoc lighttpdの導入 # yum --enablerepo=rpmforge install lighttpd lighttpd-fastcgi pcre-devel

