[camel@s13 html]$ pwd
/home/httpd/html

[camel@s13 html]$ ls
hyperestraier-1.4.13.tar.gz index.html libiconv-1.13.tar.gz qdbm-1.8.77.tar.gz zlib-1.2.3.tar.gz

[camel@s13 html]$ tar xvfz libiconv-1.13.tar.gz
[camel@s13 html]$ cd libiconv-1.13
[camel@s13 libiconv-1.13]$ ./configure;
[camel@s13 libiconv-1.13]$ make;
[camel@s13 libiconv-1.13]$ make install
[camel@s13 libiconv-1.13]$ cd ..

[camel@s13 html]$ tar xvfz zlib-1.2.3.tar.gz
[camel@s13 html]$ cd zlib-1.2.3
[camel@s13 zlib-1.2.3]$ ./configure;
[camel@s13 zlib-1.2.3]$ make;
[camel@s13 zlib-1.2.3]$ make install
[camel@s13 zlib-1.2.3]$ cd ..

[camel@s13 html]$ tar xvfz qdbm-1.8.77.tar.gz
[camel@s13 html]$ cd qdbm-1.8.77
[camel@s13 qdbm-1.8.77]$ ./configure;
[camel@s13 qdbm-1.8.77]$ make;
[camel@s13 qdbm-1.8.77]$ make install
[camel@s13 qdbm-1.8.77]$ cd ..

[camel@s13 html]$ tar xvfz hyperestraier-1.4.13.tar.gz
[camel@s13 html]$ cd hyperestraier-1.4.13
[camel@s13 hyperestraier-1.4.13]$ ./configure;
[camel@s13 hyperestraier-1.4.13]$ make;
[camel@s13 hyperestraier-1.4.13]$ make install

[camel@s13 hyperestraier-1.4.13]$ updatedb
[camel@s13 hyperestraier-1.4.13]$ locate libiconv
[camel@s13 hyperestraier-1.4.13]$ locate zlib
[camel@s13 hyperestraier-1.4.13]$ locate qdbm
[camel@s13 hyperestraier-1.4.13]$ locate hyperestraier
[camel@s13 hyperestraier-1.4.13]$ cd ..

[camel@s13 html]$ ls
hyperestraier-1.4.13.tar.gz index.html libiconv-1.13.tar.gz qdbm-1.8.77.tar.gz zlib-1.2.3.tar.gz
hyperestraier-1.4.13/ libiconv-1.13/ qdbm-1.8.77/ zlib-1.2.3/

[camel@s13 html]$ del -r hyperestraier-1.4.13.tar.gz libiconv-1.13.tar.gz qdbm-1.8.77.tar.gz zlib-1.2.3.tar.gz hyperestraier-1.4.13/ libiconv-1.13/ qdbm-1.8.77/ zlib-1.2.3/

[camel@s13 html]$ ls
index.html

[camel@s13 html]$ cp /usr/local/libexec/estseek.cgi .
[camel@s13 html]$ cp /usr/local/share/hyperestraier/estseek.* .
[camel@s13 html]$ ls
estseek.cgi* estseek.conf estseek.help estseek.tmpl estseek.top index.html

[camel@s13 html]$ vi estseek.conf
[camel@s13 html]$ su -

[root@s13 root]# cd /home/httpd/html
[root@s13 html]# estcmd gather -il ja index /home/
[root@s13 html]# ls
estseek.cgi* estseek.conf estseek.help estseek.tmpl estseek.top index/ index.html

[root@s13 html]# cd index
[root@s13 index]# ls
_attr/ _aux _fwm _idx/ _kwd/ _list _meta _text/ _xfm

[root@s13 index]# vi /etc/crontab