歡迎您光臨本站 註冊首頁

LINUX下nrpe的安裝

←手機掃碼閱讀     火星人 @ 2014-03-03 , reply:0

LINUX下nrpe的安裝

現在公司要用NAGIOS監控一台LINUX主機,所以我按正常步驟安裝nrpe,但是當我nrpe裝到make all的時候就報錯了,請大家幫我解決下,越快越好....以下是報錯的內容,LINUX主機是64位的.....急等


# make all
cd ./src/; make ; cd ..
make: 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
make: 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.
《解決方案》

rpm 方式
《解決方案》

沒裝OPENSSL吧

[火星人 ] LINUX下nrpe的安裝已經有681次圍觀

http://coctec.com/docs/service/show-post-155.html