LINUX下nrpe的安装
现在公司要用NAGIOS监控一台LINUX主机,所以我按正常步骤安装nrpe,但是当我nrpe装到make all的时候就报错了,请大家帮我解决下,越快越好....以下是报错的内容,LINUX主机是64位的.....急等
[root@localhost nrpe-2.12]# make all
cd ./src/; make ; cd ..
make[1]: Entering directory `/home/tianhao/nrpe-2.12/src'
gcc -g -O2 -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -o nrpe nrpe.c utils.c -L/usr/lib -lssl -lcrypto -lnsl -lwrap
在包含自 /usr/include/openssl/e_os2.h:56 的文件中,
从 /usr/include/openssl/asn1.h:63,
从 /usr/include/openssl/rsa.h:62,
从 ../include/config.h:238,
从 ../include/common.h:24,
从 nrpe.c:21:
/usr/include/openssl/opensslconf.h:25:32: 错误:opensslconf-x86_64.h:没有那个文件或目录
In file included from /usr/include/openssl/asn1.h:74,
from /usr/include/openssl/rsa.h:62,
from ../include/config.h:238,
from ../include/common.h:24,
from nrpe.c:21:
/usr/include/openssl/bn.h:288: 错误:expected specifier-qualifier-list before ‘BN_ULONG’
/usr/include/openssl/bn.h:304: 错误:expected specifier-qualifier-list before ‘BN_ULONG’
/usr/include/openssl/bn.h:450: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘BN_mod_word’
/usr/include/openssl/bn.h:451: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘BN_div_word’
/usr/include/openssl/bn.h:452: 错误:expected declaration specifiers or ‘...’ before ‘BN_ULONG’
/usr/include/openssl/bn.h:453: 错误:expected declaration specifiers or ‘...’ before ‘BN_ULONG’
/usr/include/openssl/bn.h:454: 错误:expected declaration specifiers or ‘...’ before ‘BN_ULONG’
/usr/include/openssl/bn.h:455: 错误:expected declaration specifiers or ‘...’ before ‘BN_ULONG’
/usr/include/openssl/bn.h:456: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘BN_get_word’
/usr/include/openssl/bn.h:471: 错误:expected declaration specifiers or ‘...’ before ‘BN_ULONG’
/usr/include/openssl/bn.h:764: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bn_mul_add_words’
/usr/include/openssl/bn.h:765: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bn_mul_words’
/usr/include/openssl/bn.h:766: 错误:expected ‘)’ before ‘*’ token
/usr/include/openssl/bn.h:767: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bn_div_words’
/usr/include/openssl/bn.h:768: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bn_add_words’
/usr/include/openssl/bn.h:769: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bn_sub_words’
In file included from /usr/include/openssl/ssl.h:1010,
from ../include/config.h:242,
from ../include/common.h:24,
from nrpe.c:21:
/usr/include/openssl/ssl3.h:306: 错误:expected specifier-qualifier-list before ‘PQ_64BIT’
In file included from /usr/include/openssl/dtls1.h:64,
from /usr/include/openssl/ssl.h:1012,
from ../include/config.h:242,
from ../include/common.h:24,
from nrpe.c:21:
/usr/include/openssl/pqueue.h:73: 错误:expected specifier-qualifier-list before ‘PQ_64BIT’
/usr/include/openssl/pqueue.h:80: 错误:expected ‘)’ before ‘priority’
/usr/include/openssl/pqueue.h:89: 错误:expected declaration specifiers or ‘...’ before ‘PQ_64BIT’
In file included from /usr/include/openssl/ssl.h:1012,
from ../include/config.h:242,
from ../include/common.h:24,
from nrpe.c:21:
/usr/include/openssl/dtls1.h:92: 错误:expected specifier-qualifier-list before ‘PQ_64BIT’
在包含自 /usr/include/openssl/e_os2.h:56 的文件中,
从 /usr/include/openssl/asn1.h:63,
从 /usr/include/openssl/rsa.h:62,
从 ../include/config.h:238,
从 ../include/common.h:24,
从 utils.c:32:
/usr/include/openssl/opensslconf.h:25:32: 错误:opensslconf-x86_64.h:没有那个文件或目录
In file included from /usr/include/openssl/asn1.h:74,
from /usr/include/openssl/rsa.h:62,
from ../include/config.h:238,
from ../include/common.h:24,
from utils.c:32:
/usr/include/openssl/bn.h:288: 错误:expected specifier-qualifier-list before ‘BN_ULONG’
/usr/include/openssl/bn.h:304: 错误:expected specifier-qualifier-list before ‘BN_ULONG’
/usr/include/openssl/bn.h:450: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘BN_mod_word’
/usr/include/openssl/bn.h:451: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘BN_div_word’
/usr/include/openssl/bn.h:452: 错误:expected declaration specifiers or ‘...’ before ‘BN_ULONG’
/usr/include/openssl/bn.h:453: 错误:expected declaration specifiers or ‘...’ before ‘BN_ULONG’
/usr/include/openssl/bn.h:454: 错误:expected declaration specifiers or ‘...’ before ‘BN_ULONG’
/usr/include/openssl/bn.h:455: 错误:expected declaration specifiers or ‘...’ before ‘BN_ULONG’
/usr/include/openssl/bn.h:456: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘BN_get_word’
/usr/include/openssl/bn.h:471: 错误:expected declaration specifiers or ‘...’ before ‘BN_ULONG’
/usr/include/openssl/bn.h:764: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bn_mul_add_words’
/usr/include/openssl/bn.h:765: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bn_mul_words’
/usr/include/openssl/bn.h:766: 错误:expected ‘)’ before ‘*’ token
/usr/include/openssl/bn.h:767: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bn_div_words’
/usr/include/openssl/bn.h:768: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bn_add_words’
/usr/include/openssl/bn.h:769: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bn_sub_words’
In file included from /usr/include/openssl/ssl.h:1010,
from ../include/config.h:242,
from ../include/common.h:24,
from utils.c:32:
/usr/include/openssl/ssl3.h:306: 错误:expected specifier-qualifier-list before ‘PQ_64BIT’
In file included from /usr/include/openssl/dtls1.h:64,
from /usr/include/openssl/ssl.h:1012,
from ../include/config.h:242,
from ../include/common.h:24,
from utils.c:32:
/usr/include/openssl/pqueue.h:73: 错误:expected specifier-qualifier-list before ‘PQ_64BIT’
/usr/include/openssl/pqueue.h:80: 错误:expected ‘)’ before ‘priority’
/usr/include/openssl/pqueue.h:89: 错误:expected declaration specifiers or ‘...’ before ‘PQ_64BIT’
In file included from /usr/include/openssl/ssl.h:1012,
from ../include/config.h:242,
from ../include/common.h:24,
from utils.c:32:
/usr/include/openssl/dtls1.h:92: 错误:expected specifier-qualifier-list before ‘PQ_64BIT’
make[1]: *** [nrpe] 错误 1
make[1]: Leaving directory `/home/tianhao/nrpe-2.12/src'
*** Compile finished ***
If the NRPE daemon and client compiled without any errors, you
can continue with the installation or upgrade process.
Read the PDF documentation (NRPE.pdf) for information on the next
steps you should take to complete the installation or upgrade.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没装OPENSSL吧
rpm 方式