來(lái)源: http://www.weiruoyu.cn/?p=272
創(chuàng)新互聯(lián)公司是一家專業(yè)提供龍華企業(yè)網(wǎng)站建設(shè),專注與成都網(wǎng)站設(shè)計(jì)、做網(wǎng)站、成都h5網(wǎng)站建設(shè)、小程序制作等業(yè)務(wù)。10年已為龍華眾多企業(yè)、政府機(jī)構(gòu)等服務(wù)。創(chuàng)新互聯(lián)專業(yè)網(wǎng)站制作公司優(yōu)惠進(jìn)行中。
安裝教程是:http://yahoon.blog.51cto.com/13184/41893
0.安裝之前先安裝#yum install gcc
1.checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: error: newly created file is older than distributed files!
Check your system clock
解決辦法:#/usr/sbin/ntpdate asia.pool.ntp.org>>/var/log/ntpdate.log
2.安裝nrpe,編譯的時(shí)候提示以下信息
checking for SSL headers... configure: error: Cannot find ssl headers
原因是缺少openssl-devel包,
[root@localhost nrpe-2.12]# yum -y install openssl-devel
3.[root@localhost nrpe-2.12]# service xinetd restart
xinetd: 未被識(shí)別的服務(wù)
解決辦法:
[root@localhost nrpe-2.12]# yum -y install xinetd*
來(lái)源: http://www.weiruoyu.cn/?p=272