在遇到安装check_mk不正常的时候很多都是相关的依赖包没有安装造成的
1 error :
Each undeclared identifier is reported only once
[root@localhost usr]# yum install openssl openssl-devel
重新编译
2 apxs:Error: Command failed with rc=65536
Yum install libtool
[root@localhost bin]# cp libtool /usr/nagios-plugins-1.4.16/libtool
cp: overwrite `/usr/nagios-plugins-1.4.16/libtool'? y
[root@localhost bin]#
需修改mod_python-3.3.1/src/connobject.c中
!(b == APR_BRIGADE_SENTINEL(b)
修改为
!(b == APR_BRIGADE_SENTINEL(bb)
3,
Livestatus problem: Cannot connect to 'unix:': [Errno 22] Invalid argument
[root@localhost share]# cd /usr/share/check_mk/web/htdocs
4,,
ERROR compiling livestatus! .Logfile is in ./livestatus.log
configure: error: in `/usr/check_mk-1.2.2/livestatus.src':
yum install gcc gcc-c++ gcc-g77
5 安装正常
Installation completed successfully.
Please restart Nagios and Apache in order to update/active check_mk's web pages.
You can access the new Multisite GUI at
安装正常
网站不显示.
检查xinetd
[root@lab xinetd.d]# yum install xinetd