-
Notifications
You must be signed in to change notification settings - Fork 67
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
librados.h file not found #135
Comments
Hi @deejanu, RADOS distributed object store client library should be install in your working system if you want to use ceph as object store service. |
@deejanu what system are you running this on? if ubuntu, installing the |
@v1k0d3n How would we get past this on a Mac workstation? |
@kaiprt personally, i am not trying to build this directly in OSX because I am not planning on running the container registry on OSX as a desired end state. |
Ok. I installed librados-dev and was able to move forward. Can somebody explain what dependencies Dockyard has? I installed MySQL and now got stuck with Ceph installation. My understanding it requires Ceph. I tried to follow "simple" 5 steps to try Dockyard... |
No luck with build. Getting rados error:
make
go build -tags "" -o dockyard .
github.com/ceph/go-ceph/rados
Godeps/_workspace/src/github.com/ceph/go-ceph/rados/conn.go:5:11: fatal error: 'rados/librados.h' file not found
#include <rados/librados.h>
^
1 error generated.
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: