[root@sd /]# apt-get update [root@sd /]# apt-get install hyperestraier Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: mecab mecab-ipadic qdbm The following NEW packages will be installed: hyperestraier mecab mecab-ipadic qdbm 0 upgraded, 4 newly installed, 0 removed and 35 not upgraded. Need to get 13.7MB of archives. After unpacking 47.1MB of additional disk space will be used. Do you want to continue? [Y/n] y Preparing ############################## [100%] Updating / installing mecab-0.97-2vl5.i386 ############################## [100%] mecab-ipadic-2.7.0.20070801-1vl5.i386 ############################## [100%] qdbm-1.8.77-1vl5.i386 ############################## [100%] hyperestraier-1.4.13-2vl5.i386 ############################## [100%] Done. [root@sd /]# find / -name estseek.cgi /usr/libexec/estseek.cgi [root@sd /]# find / -name hyperestraier /usr/share/hyperestraier [root@sd /]# cd /home/camel/html/cgi-bin [root@sd cgi-bin]# cp /usr/libexec/estseek.cgi . [root@sd cgi-bin]# cp /usr/share/hyperestraier/estseek.* . [root@sd cgi-bin]# ls estseek.cgi* estseek.conf estseek.help estseek.tmpl estseek.top [root@sd cgi-bin]# nano estseek.conf # indexname: /home/camel/html/cgi-bin/index tmplfile: estseek.tmpl topfile: estseek.top helpfile: estseek.help lockindex: true pseudoindex: replace: ^file:///home/sda/html/{{!}}http://sda.fracter.net/ replace: ^file:///home/sdb/html/{{!}}http://sdb.fracter.net/ replace: ^file:///home/sdc/html/{{!}}http://sdc.fracter.net/ # [root@sd cgi-bin]# estcmd gather -il ja /home/camel/html/cgi-bin/index /home [root@sd cgi-bin]#