[rrd-users] Installing rrdtool on Linux machine

zep zgreenfelder at gmail.com
Mon Feb 29 14:28:22 CET 2016


On 02/29/2016 08:09 AM, azeddine bezzir wrote:
> Yes i noticed that the post i shared is old, but have no choice, i
> couldn't find new ones.
>
> Thank you for your time. i will try to do what do you suggested.
>
> Best regards.
>
>
>

before you go too far off into the weeds with attempting to download
everything and compile your own software, I suggest you keep to the path
of yum or at least make sure you have yum fixed; it should be doing all
of the dependency work for you.

from the errors and the age of your OS/kernel, I suspect the data that
has been cached by yum is no longer valid, perhaps a mirror has shutdown.

I'd do:
    yum clean all
    yum makecache
    yum install rrdtool

of course as others mentioned, without a working network connection to
the world, you'll get nowhere slow.  You'd likely do well to update your
OS (yum update), although that's probably not strictly required to get
rrdtool working.

-- 
public gpg key id: 0x5B8147CB



More information about the rrd-users mailing list