[postgres@cntd1952 ~]$ cd ludia-0.9.0/deps/
[postgres@cntd1952 deps]$ tar xvzf mecab-0.93.tar.gz
(中略)
mecab-0.93/example/example.cpp
[postgres@cntd1952 deps]$ cd mecab-0.93
[postgres@cntd1952 mecab-0.93]$ ./configure --with-charset=utf8 && make  ← 文字セットは環境にあわせる
(中略)
make[1]: ディレクトリ `/home/postgres/ludia-0.9.0/deps/mecab-0.93' から出ます
[postgres@cntd1952 mecab-0.93]$ su -
パスワード(P):  (表示されません)
[root@cntd1952 mecab-0.93]# make install
(中略)
make[1]: ディレクトリ `/home/postgres/ludia-0.9.0/deps/mecab-0.93' から出ます
[root@cntd1952 mecab-0.93]# exit
Exit
[postgres@cntd1952 mecab-0.93]$ cd ../
[postgres@cntd1952 deps]$