Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用的操作系统:CentOS 6.3 X86_64。./hdfs-fuse:加载共享库时出错:libfuse.so.2:错误的 ELF 类:ELFCLASS64
尝试了一切都安装了每个库,但无法解决此错误。
请帮帮我...
看起来您正试图在 64 位系统上运行 32 位应用程序。但是,您可能必须安装适当的 32 位库。在您的情况下,需要 32 位版本的 FUSE 库 (libfuse.so.2)。