# 開発者用ライブラリをインストール apt-get install -y libkrb5-dev libssl-dev libxml2-dev libxslt1-dev \ libossp-uuid-dev libedit-dev libgssapi-krb5-2 libldap2-dev \ python2.7-dev libperl-dev bzip2 -dc postgresql-9.3.5.tar.bz2 | tar xf - echo "plz comment out KEEPONLYALNUM" nano postgresql-9.3.5/contrib/pg_trgm/trgm.h # ビルド cd postgresql-9.3.5 ./configure \ --with-includes=/usr/local/include \ --with-includes=/usr
