安装nagios-plugins插件make时遇到的error                                  

error内容:

check_http.c: In function ‘process_arguments’:
check_http.c:312: error: ‘ssl_version’ undeclared (first use in this function)
check_http.c:312: error: (Each undeclared identifier is reported only once
check_http.c:312: error: for each function it appears in.)
make[2]: *** [check_http.o] Error 1
make[2]: Leaving directory `/root/nagios-plugins-1.4.16/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/nagios-plugins-1.4.16'
make: *** [all] Error 2

 

解决方法:

yum -y install gd gd-devel *openssl*

 

相关文章:

  • 2021-04-22
  • 2021-10-12
  • 2022-12-23
  • 2021-04-20
  • 2021-12-21
  • 2021-11-01
  • 2021-08-07
  • 2022-12-23
猜你喜欢
  • 2021-06-22
  • 2022-01-04
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2021-08-31
相关资源
相似解决方案