我正在尝试运行glusterfs的rpm。我运行了以下命令;
rpm -Uvh glusterfs-4.1.2-3.fc29.x86_64.rpm
出现以下错误;
Failed dependencies:
/usr/bin/bash is needed by glusterfs-4.1.2-3.fc29.x86_64
glusterfs-libs = 4.1.2-3.fc29 is needed by glusterfs-4.1.2-3.fc29.x86_64
libc.so.6(GLIBC_2.14)(64bit) is needed by glusterfs-4.1.2-3.fc29.x86_64
libc.so.6(GLIBC_2.16)(64bit) is needed by glusterfs-4.1.2-3.fc29.x86_64
libc.so.6(GLIBC_2.28)(64bit) is needed by glusterfs-4.1.2-3.fc29.x86_64
libcrypto.so.1.1()(64bit) is needed by glusterfs-4.1.2-3.fc29.x86_64
libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) is needed by glusterfs-4.1.2-3.fc29.x86_64
libssl.so.1.1()(64bit) is needed by glusterfs-4.1.2-3.fc29.x86_64
libssl.so.1.1(OPENSSL_1_1_0)(64bit) is needed by glusterfs-4.1.2-3.fc29.x86_64
libtirpc.so.3()(64bit) is needed by glusterfs-4.1.2-3.fc29.x86_64
libtirpc.so.3(TIRPC_0.3.0)(64bit) is needed by glusterfs-4.1.2-3.fc29.x86_64
libtirpc.so.3(TIRPC_0.3.3)(64bit) is needed by glusterfs-4.1.2-3.fc29.x86_64
systemd is needed by glusterfs-4.1.2-3.fc29.x86_64
是否需要依赖项或命令中是否存在任何问题?
答案 0 :(得分:0)
它需要依赖项,基本上是glibc的更高版本。
接下来尝试针对您的glibc重建glusterfs SRPM。