ChinaUnix.net
相关文章推荐:

rrdtool安装

rrdtool 1.2.* Download: http://oss.oetiker.ch/rrdtool/ Dependent package: http://oss.oetiker.ch/rrdtool/pub/libs/ Difficulty: install libcgi wget http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs/cgilib-0.5.tar.gz tar zxvf cgilib-0.5.tar.gz cd cgilib-0.5 make cp libcgi.a /usr/local/lib cp cgi.h /usr/include 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/29...

by xuanfei - Linux文档专区 - 2007-12-14 09:46:59 阅读(802) 回复(0)

相关讨论

系统环境: CentOS 4.4 2.6.9-42.EL 所需软件: perl-rrdtool-1.2.23-1.el4.rf.i386.rpm rrdtool-1.2.23-1.el4.rf.i386.rpm rrdtool-devel-1.2.23-1.el4.rf.i386.rpm ntop-3.3-1.el4.rf.i386.rpm 以上RPM包都可以从http://dag.wieers.com/rpm/packages/处下载 条件: #rpm-qa|grep 以下是否安装,如果没有补上吧.(yum install ***) httpd-manual-2.0.52-41.ent.2.centos4 httpd-2.0.52-41.ent.2.centos4 gd-2.0.28-5.4E.el4_6.1 g...

by 黑马王子 - Linux文档专区 - 2009-04-10 13:41:42 阅读(610) 回复(0)

系统环境: CentOS 4.4 2.6.9-42.EL 所需软件: perl-rrdtool-1.2.23-1.el4.rf.i386.rpm rrdtool-1.2.23-1.el4.rf.i386.rpm rrdtool-devel-1.2.23-1.el4.rf.i386.rpm ntop-3.3-1.el4.rf.i386.rpm 以上RPM包都可以从http://dag.wieers.com/rpm/packages/处下载 条件: #rpm-qa|grep 以下是否安装,如果没有补上吧.(yum install ***) httpd-manual-2.0.52-41.ent.2.centos4 httpd-2.0.52-41.ent.2.centos4 gd-2.0.28-5.4E.el4_6.1 gd...

by emailwht - Linux文档专区 - 2009-01-15 14:07:08 阅读(746) 回复(0)

编译 rrdtool 时 出现以下错误. checking for xmlParseFile in -lxml2... yes checking libxml/parser.h usability... yes checking libxml/parser.h presence... yes checking for libxml/parser.h... yes configure: error: Please fix the library issues listed above and try again. [root@88 rrdtool-1.3.4]# 据说要安装 cgilib 于是下载了 0.5版的 cgilib , make && make install 报错如下. [root@88 cgilib-0.5]#...

by Fjcyz - Linux新手园地 - 2008-11-30 10:49:53 阅读(1415) 回复(2)

我用的是rrdtool-1.2.27的包,按照包中的 doc/rrdbuild.txt进行相关的包安装 在编译rrdtool之前貌似一切都正常,当编译结束make的时候,却出现了 ln -s ../bindings/perl-shared/RRDs.pm RRDs.pod pod2html --infile=RRDs.pod --outfile=RRDs.html --noindex --htmlroot=. --podpath=. --title=RRDs ln -s ../bindings/perl-piped/RRDp.pm RRDp.pod pod2html --infile=RRDp.pod --outfile=RRDp.html --noindex --htmlroot=. --pod...

by centrino924 - Linux新手园地 - 2008-09-05 14:00:08 阅读(4131) 回复(6)

各位朋友 本人在安装rrdtood1.0.50时出现如下的错误,在cacti中看不到图,rra目录为空,请问是什么原因,如何解决,谢谢! /usr/bin/install -c -m 644 'rrdresize.txt' '/usr/local/rrdtool-1.0.50/doc/rrdresize.txt' /usr/bin/install: ‘rrdresize.txt’及‘/usr/local/rrdtool-1.0.50/doc/rrdresize.txt’为同一文件 /usr/bin/install -c -m 644 'rrdcgi.txt' '/usr/local/rrdtool-1.0.50/doc/rrdcgi.txt' /usr/bin/insta...

by mouhaichuan - Linux系统管理 - 2007-07-19 10:31:22 阅读(1575) 回复(0)

由于本人现在刚接触rrdtool,在windows下安装时,出现以下问题, RRD module for activestate perl 5.8.x ------------------------------------- Note: Package 'RRDs' is already installed. 请按任意键继续. . . 系统找不到指定的路径。 Can't open perl script "base.t": No such file or directory 小人不才,请问我要怎么解决? 是什么问题?而且运行时,显示 WARN: found several copies of RRDs.pm in your path: c:\rrdtoo...

by shsh533 - BSD - 2007-04-12 12:33:00 阅读(2578) 回复(7)

编译的时候出现如下提示: [code] ---------------------------------------------------------------------------- * I could not find a working copy of freetype2. Check config.log for hints on why this is the case. Maybe you need to set LDFLAGS and CPPFLAGS appropriately so that compiler and the linker can find libfreetype and its header files. If you have not installed freetype2, you can get it e...

by tiredboy - BSD - 2006-03-16 12:29:34 阅读(2935) 回复(14)

系统centos 4.2 打算安装rrdtool+mrtg,首先rrdtool需要rrdtool-1.2.11.tar.gz、libart_lgpl-2.3.17.tar.gz、libpng-1.2.8-config.tar.gz、freetype-2.1.9.tar.gz、cgilib-0.5.tar.gz 但是都使用系统自带的安装的。这样在安装的时候就出现编译错误: ---------------------------------------------------------------------------- * I could not find a working copy of libart-2.0. Check config.log for hints on why this is...

by broadsowrd619 - 系统管理 - 2005-12-31 17:00:21 阅读(910) 回复(4)

系统centos 4.2 打算安装rrdtool+mrtg,首先rrdtool需要rrdtool-1.2.11.tar.gz、libart_lgpl-2.3.17.tar.gz、libpng-1.2.8-config.tar.gz、freetype-2.1.9.tar.gz、cgilib-0.5.tar.gz 但是都使用系统自带的安装的。这样在安装的时候就出现编译错误: ---------------------------------------------------------------------------- * I could not find a working copy of libart-2.0. Check config.log for hints on why this is...

by broadsowrd619 - Linux系统管理 - 2011-09-30 10:07:37 阅读(18769) 回复(19)

编译安装cacti的rrdtool时,make报错: [root@jack121 rrdtool-1.4.7]# make make all-recursive make[1]: Entering directory `/var/ftp/pub/rrdtool-1.4.7' Making all in po make[2]: Entering directory `/var/ftp/pub/rrdtool-1.4.7/po' make[2]: Leaving directory `/var/ftp/pub/rrdtool-1.4.7/po' Making all in src make[2]: Entering directory `/var/ftp/pub/rrdtool-1.4.7/src' CC rrd_create.lo CC hash...

by gu_jj - Linux新手园地 - 2014-06-18 09:16:30 阅读(1950) 回复(2)