http://d.hatena.nh.jp/Kmusiclife/20101020/1287512977
http://d.hatena.nh.jp/rsky/20071228/1198841049
$ wget http://www.opendogs.org/pub/php_mecab-0.3.0.tgz
$ tar zxvf php_mecab-0.3.0.tgz
configureに必要なパスを取得しておく
$ whereis php-config
$ whereis mecab-config
$ ./configure –with-php-config=/usr/local/bin/php-config –with-mecab=/usr/local/bin/mecab-config
$ make
$ make install
php.iniに以下を追記
extension=mecab.so
<<