centos のマシンに0から最新版のGfarmをインストールしたメモ. まずは postgres を入れる XML拡張属性を利用する前には8.3以降が必要.postgres の前にlibxml2を入れる必要がある $ yum install libxml2 libxml2-devel $ wget ftp://ftp2.jp.postgresql.org/pub/postgresql/source/v8.4.4/postgresql-8.4.4.tar.gz $ tar zxfp postgresql-8.4.4.tar.gz $ cd postgresql-8.4.4 $ ./configure -prefix=/usr/local/pgsql-8.4.4 --with-libxml --without-readline --without-zlib $ make $ make in