digitalocean / ceph_exporter

Prometheus exporter that scrapes meta information about a ceph cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatal error: rados/librados.h: No such file or directory

yxiaoy6 opened this issue · comments

go install -tags quincy

github.com/ceph/go-ceph/rados
../go/pkg/mod/github.com/ceph/go-ceph@v0.14.0/rados/command.go:5:11: fatal error: rados/librados.h: No such file or directory
5 | // #include <rados/librados.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.

You're missing the header file, it's provided by the librados-dev or librados-devel package depending on your distribution