Hyper Estraier on CentOS 5

火曜日, 4月 22nd, 2008 | Author: いなば

全文検索の研究用に、テストサーバに Hyper Estraier をインストール。
テストデータを入手したらいろいろ試してみなくっちゃ。

とりあえずインストール手順(書くほどでもないけど)。

cd /usr/src
wget http://qdbm.sourceforge.net/qdbm-1.8.77.tar.gz
tar zxvf qdbm-1.8.77.tar.gz
cd qdbm-1.8.77
./configure
make
make install
cd /usr/src
wget http://hyperestraier.sourceforge.net/hyperestraier-1.4.13.tar.gz
tar zxvf hyperestraier-1.4.13.tar.gz
cd hyperestraier-1.4.13
./configure
make
make install
cd /var/www/cgi-bin
cp /usr/local/libexec/estseek.cgi ./
cp /usr/local/share/hyperestraier/estseek.* ./
Category: めも, 研究
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>