rrd
rrd copied to clipboard
go get github.com/ziutek/rrd Error
After "go get github.com/ziutek/rrd", I have the following error:-
...\workspace\src\github.com\ziutek\rrd\rrd_c.go:5:17: fatal error: r rd.h: No such file or directory #include <rrd.h> ^ compilation terminated.
Pls help
Hi,
Did you manage to install librrd development files?
By example librrd-dev
on Debian-based distributions or rrdtool-devel
for Redhat ones.
I am using windows 32 bit system. Is it supported by rrdtool ? On Feb 19, 2014 3:25 PM, "Vincent Batoufflet" [email protected] wrote:
Hi,
Did you manage to install librrd development files?
By example librrd-dev on Debian-based distributions or rrdtool-devel for Redhat ones.
Reply to this email directly or view it on GitHubhttps://github.com/ziutek/rrd/issues/10#issuecomment-35472728 .
I guess if you can install RRDtool librairies on a win32 environment it should do the trick yes.
Maybe you could take a look at this to gather some help: https://github.com/octo/rrdtool/blob/master/WIN32-BUILD-TIPS.txt
hmm ... that is too complex for me to follow. Is there a ready rrdtool binary built I can use by installing into windows & works with your go package ?
Hi,
That is not my Go package, I just “watch” it as I use it a lot for one of my projects :)
But the truth is I never tried to use it under Windows, only on both Linux and Mac OS.