mikejs / gridfs-fuse

A FUSE wrapper around MongoDB's GridFS
GNU General Public License v3.0
210 stars 41 forks source link

where to get libfuse_ino64 (Ubuntu 10.04) ? #3

Closed vak closed 14 years ago

vak commented 14 years ago

I solved all the dependencies. Just the last won't to give up!

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 -lfuse_ino64 collect2: ld returned 1 exit status

vak commented 14 years ago

issue may be closed, I changed -lfuse_ino64 to -lfuse and it worked out.