安装ExtMan手记
安装ExtMan手记(extman-0.15-20060518)1,下载相关软件:
[code]
extman-0.15-20060518.tar.gz
File-Tail-0.99.3.tar.gz(extman需要)
libart_lgpl-2.3.17.tar.gz(rrdtool需要)
rrdtool-1.2.13.tar.gz
Time-HiRes-1.87.tar.gz(extman需要)
[/code]
2,安装libart_lgpl
[code]
./configure --prefix=/usr &&
make &&
make install
[/code]
3,安装rrdtool-1.2.13
[code]
./configure &&
make &&
make install
ln -s rrdtool-1.2.13 rrdtool (建立连接,部分脚本文件调用命令的时候使用rrdtool路径)
cd /usr/local/rrdtool-1.2.13/lib/perl/5.8.7
cp -pR * /usr/lib/perl5/5.8.7/ (将RRD的perl模块复制到系统的perl目录,在安装RRDTOOL的时候可以指定perl模块的安装目录)
[/code]
注意:安装rrdtool的时候可能需要其它的依赖软件你没有安装,请安装相应的软件。
4,安装perl_File-Tail
[code]
cd File-Tail-0.99.3 &&
perl Makefile.PL &&
make &&
make install
[/code]
5,安装perl_Time-HiRes
[code]
cd Time-HiRes-1.87 &&
perl Makefile.PL &&
make &&
make install
[/code]
6,安装ExtMan
[code]
cd /path/to/extman/libs/Ext
./buildlink.sh /path/to/extmail/libs/Ext/
mysql -u root -p </path/to/extman/docs/extmail.sql
mysql -u root -p </path/to/extman/docs/init.sql
#配置webman.cf相关参数
cp -R /patch/to/extman/addon/mailgraph_ext /usr/local/mailgraph_ext
rm -rf /var/log/mail*.rrd
/usr/local/mailgraph_ext/mailgraph-init start
/usr/local/mailgraph_ext/qmonitor-init start
[/code]
然后登录extman你就可以看到ExtMan的图形日志。
非常感谢HZQBBC。 请问板主libart_lgpl module 去那里download.谢谢 [quote][b]下面是引用lulu于2006-05-20 12:46发表的:[/b]
请问板主libart_lgpl module 去那里download.谢谢[/quote]
google一下art_lgpl 不就知道了吗?:) 请問版主如果我們是用LDAP.要裝mailgraph要改什么東西?謝謝 应该不用改吧。这个(mailgraph)只是根据maillog来画图的,和你使用LDAP/MySQL没有什么关系的。 Can't open file /standard/error.html: file not found at /usr/local/www/apache22/cgi-bin/extman/cgi/index.cgi line 22
这是什么错误?
页:
[1]