LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RRDtool RPM for x86_64? (https://www.linuxquestions.org/questions/linux-newbie-8/rrdtool-rpm-for-x86_64-a-769586/)

your_shadow03 11-16-2009 11:10 PM

RRDtool RPM for x86_64?
 
I have the following OS:
Code:

[root@follow RPMs]# uname -arn
Linux follow.com 2.6.9-78.EL #1 Wed Jul 9 15:26:38 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux

I downloaded the RRDTool Package named
Code:

rrdtool-1.0.49-1.3.i386.rpm
and I got it installed.
Is it enough to make RRDtool work?
why I am enquiry because one of my application is throwing error like:

Code:

ERROR: expected 18 data source readings (got 19) from 1258370768:1.04:0.90:0.78
Does this have something to do with RRDtool of 64Bit package?

kbp 11-16-2009 11:33 PM

Hard to tell but you'll end up with less issues if you stick to installing the correct rpm's for your architecture, x86_64.
Probably worth uninstalling and getting the correct package

cheers

lazlow 11-16-2009 11:57 PM

Rpmforge has RRDtool for el4(and many others):


knudfl 11-17-2009 06:45 AM

Setting up the ' rpmforge.repo '

https://rpmrepo.org/RPMforge/Using

.. so you can install with # yum install rrdtool

your_shadow03 11-18-2009 10:11 AM

I installed RRDtool but thats not displaying the images.
TO be more clear, Let me ask you soemthing.
Does PHP4 support RRDtool?
I have one script which monitors Web and DB server but that don't display Graphical representation.
IS that having some dependency?
I tried that tool with PHP5 and it works fine but not with PHP4.

knudfl 11-19-2009 05:42 AM

Don't known much about it.

Just that some others use gd for php imaging.

# yum install php-gd


All times are GMT -5. The time now is 05:22 PM.