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

librados.h file not found #135

Open
deejanu opened this issue May 27, 2016 · 5 comments
Open

librados.h file not found #135

deejanu opened this issue May 27, 2016 · 5 comments

Comments

@deejanu
Copy link

deejanu commented May 27, 2016

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

@MabinGo
Copy link
Contributor

MabinGo commented May 29, 2016

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.

@v1k0d3n
Copy link

v1k0d3n commented Jul 18, 2016

@deejanu what system are you running this on? if ubuntu, installing the librados-dev should get you past your dependency issue.

@rambo436
Copy link

rambo436 commented Aug 8, 2016

@v1k0d3n How would we get past this on a Mac workstation?

@v1k0d3n
Copy link

v1k0d3n commented Aug 8, 2016

@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.

@deejanu
Copy link
Author

deejanu commented Aug 8, 2016

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...

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

4 participants