Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go get github.com/ziutek/rrd Error #10

Open
gitmybox opened this issue Feb 18, 2014 · 5 comments
Open

go get github.com/ziutek/rrd Error #10

gitmybox opened this issue Feb 18, 2014 · 5 comments

Comments

@gitmybox
Copy link

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

@vbatoufflet
Copy link
Contributor

Hi,

Did you manage to install librrd development files?

By example librrd-dev on Debian-based distributions or rrdtool-devel for Redhat ones.

@gitmybox
Copy link
Author

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//issues/10#issuecomment-35472728
.

@vbatoufflet
Copy link
Contributor

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

@gitmybox
Copy link
Author

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 ?

@vbatoufflet
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants