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

Cannot find -lfuse_ino64 and -lmongoclient when compiling #8

Open
netandreus opened this issue Sep 17, 2011 · 3 comments
Open

Cannot find -lfuse_ino64 and -lmongoclient when compiling #8

netandreus opened this issue Sep 17, 2011 · 3 comments

Comments

@netandreus
Copy link

I trying to compile gridfs-fuse and get some errors:

root@z11:/111/gridfs-fuse# make
g++ -o mount_gridfs main.o operations.o options.o local_gridfile.o -L/usr/local/lib -L. -lmongoclient -lfuse_ino64 >-lboost_thread-mt -lboost_filesystem-mt -lboost_system-mt
/usr/bin/ld: cannot find -lmongoclient
/usr/bin/ld: cannot find -lfuse_ino64
collect2: ld returned 1 exit status
make: *** [mount_gridfs] Error 1
root@z11:
/111/gridfs-fuse#

What shall I do to compile it correctly?

@wwoods
Copy link

wwoods commented Dec 1, 2011

netandreus - Perhaps see my fork and read the README about debian compilation? I don't know, maybe the debian LDOPTS should be the value for all compilations. What system you using?

@netandreus
Copy link
Author

Ubuntu 10.10 x86_64

@wwoods
Copy link

wwoods commented Dec 1, 2011

Yeah, if you read the README (essentially it lists the packages and tells you to use "make debian") in my fork and follow those directions it should compile fine.

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