您好,您的服务器上缺少libtirpc这个依赖包,手动安装试试
- dnf install -y libtirpc-devel
复制代码
执行后如果提示安装失败,可以到应用依赖网站下载
- wget https://mirror.stream.centos.org/10-stream/BaseOS/x86_64/os/Packages/libtirpc-1.3.5-1.el10.x86_64.rpm
- wget https://mirror.stream.centos.org/10-stream/CRB/x86_64/os/Packages/libtirpc-devel-1.3.5-1.el10.x86_64.rpm
- rpm -ivh libtirpc*.rpm --nodeps
复制代码 |