OS Used : CentOS 6.3 X86_64.
./hdfs-fuse: error while loading shared libraries: libfuse.so.2: wrong ELF class: ELFCLASS64
Tried Everything installed every library but not able to resolve this error.
Help me out please…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Looks like you are trying to run 32bit application on 64bit system. It is possible, however, you must install appropriate 32bit libraries. In your case, 32bit version of FUSE library (libfuse.so.2) is needed.