LINUX下nrpe的安装

发布于 2022-09-05 04:48:06 字数 9949 浏览 13 评论 2

现在公司要用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

泪冰清 2022-09-12 10:15:32

没装OPENSSL吧

╰つ倒转 2022-09-08 16:43:40

rpm 方式

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文