I did manage setup and configure fuse and [sshfs][2] on my Redhat EL 5.4. But when I hit the sshfs it's out put an error

sshfs: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory 

couldn't figure out the exact reason, requesting some helping hand

Thanks..

link|improve this question

67% accept rate
If the answer given was correct you should accept this as accepted answer. You can do this by clicking check before the answer. – Saif Bechan Apr 11 '10 at 16:17
sorry for my mistake.. – MMRUSer Apr 11 '10 at 20:30
feedback

1 Answer

up vote 2 down vote accepted

You need to install: fuse-libs:

e.g:

yum install fuse-libs

Check that you got the libs you need and that ldd finds your shared libs with:

ldd `which sshfs`
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.