I think this might be due to an RPM packaging bug. The package is
installed and the libraries are there, but when trying to install
gluster with it:
error: Failed dependencies:
libfuse.so.2()(64bit) is needed by glusterfs-client-2.0.0-1.x86_64
libfuse.so.2(FUSE_2.4)(64bit) is needed by
glusterfs-client-2.0.0-1.x86_64
libfuse.so.2(FUSE_2.5)(64bit) is needed by
glusterfs-client-2.0.0-1.x86_64
libfuse.so.2(FUSE_2.6)(64bit) is needed by
glusterfs-client-2.0.0-1.x86_64
even though 64-bit libfuse.so.2 is definitely there, provided by the
patched fuse package:
# ls -la /usr/lib64/libfuse.so.2
lrwxrwxrwx 1 root root 16 Feb 19 22:13 /usr/lib64/libfuse.so.2 ->
libfuse.so.2.7.4
# file /usr/lib64/libfuse.so.2.7.4
/usr/lib64/libfuse.so.2.7.4: ELF 64-bit LSB shared object, AMD x86-64,
version 1 (SYSV), stripped
Gordan