#TDIARY · #APACHE · #POSTGRESQL ·

disp_referrer.rb プラグイン導入 / mod_rewrite / PHPに必要なヘッダ・ライブラリのみインストール

disp_referrer.rb プラグイン導入

  • Noraライブラリをインストール
  • Uconvライブラリをインストール
  • disp_referer.rb をpluginディレクトリに入れる

mod_rewrite

../configure に –enable-rewrite を追加

PHPに必要なヘッダ・ライブラリのみインストール

試してないけど INSTALL ドキュメントによるとこんな感じ

./configure
make
make src/bin install # psql とか
make src/include install # ヘッダファイル
make src/interfaces install # ライブラリ
/sbin/ldconfig /usr/local/pgsql/lib