温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

nagios 4.0.2 map trends无法打开

发布时间:2020-06-23 02:28:37 来源:网络 阅读:396 作者:zhouyf605 栏目:移动开发

查看./configure 

checking for main in -liconv... no
checking for gdImagePng in -lgd (order 1)... no
checking for gdImagePng in -lgd (order 2)... no
checking for gdImagePng in -lgd (order 3)... no
checking for gdImagePng in -lgd (order 4)... no


*** GD, PNG, and/or JPEG libraries could not be located... *********

Boutell's GD library is required to compile the statusmap, trends
and histogram CGIs.  Get it from http://www.boutell.com/gd/, compile
it, and use the --with-gd-lib and --with-gd-inc arguments to specify
the locations of the GD library and include files.

NOTE: In addition to the gd-devel library, you'll also need to make
      sure you have the png-devel and jpeg-devel libraries installed
      on your system.

NOTE: After you install the necessary libraries on your system:
      1. Make sure /etc/ld.so.conf has an entry for the directory in
         which the GD, PNG, and JPEG libraries are installed.
      2. Run 'ldconfig' to update the run-time linker options.
      3. Run 'make clean' in the Nagios distribution to clean out
         any old references to your previous compile.
      4. Rerun the configure script.

NOTE: If you can't get the configure script to recognize the GD libs
      on your system, get over it and move on to other things.  The
      CGIs that use the GD libs are just a small part of the entire
      Nagios package.  Get everything else working first and then
      revisit the problem.  Make sure to check the nagios-users
      mailing list archives for possible solutions to GD library
      problems when you resume your troubleshooting.

********************************************************************

 

说明没有安装gd或者gd-devel  png  jpeg  ,安装gd  没看到gd-devel  yum 安装 iso镜像里没有gd-devel包于是手动下载的,但是yum 是能找到gd-devel 的依赖关系的,我就把下载的gd-devel 的rpm包放到/var/cache/yum/x86_64/6/Server/packages 下再yum install gd-devel 就可以了

 

之后就./configure --prefix=/usr/local/nagios 

只要执行上面的就可以 ,nagios 默认就会编译statsusmap.cgi 和trends.cgi ,只是如果gd  gd-devel 不在就不编译了,

然后执行make cgis  && make install  就ok了,不用重新编译nagios 了,只编译cgi就可以了

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI