pedros / hdfs-fuse

Automatically exported from code.google.com/p/hdfs-fuse
2 stars 1 forks source link

What is FUSE_HOME when fuse installed via yum on Centos... #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We installed fuse via yum, unsure what to use as FUSE_HOME when deploying 
hdfs-fuse:

$ ldd ./hdfs-fuse
 linux-gate.so.1 =>  (0xffffe000)
 libfuse.so.2 => not found
 libhdfs.so => not found
 libjvm.so => not found
 libhdfs-fuse.so => not found
 libc.so.6 => /lib/libc.so.6 (0xf7d99000)
 libm.so.6 => /lib/libm.so.6 (0xf7d71000)
 /lib/ld-linux.so.2 (0xf7ee9000)

libfuse.so.2 is in /usr/lib64...

Original issue reported on code.google.com by ccgill...@gmail.com on 26 Aug 2009 at 10:28

GoogleCodeExporter commented 8 years ago

Sorry for the day to reply this ;-)

As long as fuse lib can be found, that's okay.

See bin/hdfs-mount:
FUSE_LIB_DIR=$FUSE_HOME/lib 

Original comment by jass.z...@gmail.com on 14 Jan 2010 at 3:24