CentOS 4.5

FastCGI wget http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz tar zxvf fcgi-2.4.0.tar.gz cd fcgi-2.4.0 ./configure && make su make install exitFastCGI対応RPM作成 標準のphpパッケージではFastCGIで実行できないので.specを編集してパッケージをつく…

PostgreSQL 8.2.4

cd /usr/src/redhat/SRPMS/ wget ftp://ftp.jp.postgresql.org/binary/v8.2.4/linux/srpms/redhat/rhel-es-4/postgresql-8.2.4-1PGDG.src.rpm rpmbuild --rebuild postgresql-8.2.4-1PGDG.src.rpmエラー: Failed build dependencies: bison is needed by pos…