【以下的问题经过翻译处理】 我在 Linux 上为“AWS Elastic Disaster Recovery”(DRS) 安装“Replication Agent”时遇到问题:
错误: ./aws-replication-installer-64bit: error while loading shared libraries: libz.so.1: failed to map segment from shared object
我使用了以下命令:
[ec2-user@ip-xxx ~]$ curl https://aws-elastic-disaster-recovery-eu-central-1.s3.eu-central-1.amazonaws.com/latest/linux/aws-replication-installer-init.py -o aws-replication-installer-init.py
[ec2-user@ip-xxx ~]$ sudo python3 aws-replication-installer-init.py The installation of the AWS Replication Agent has started. AWS Region Name: eu-central-1 ./aws-replication-installer-64bit: error while loading shared libraries: libz.so.1: failed to map segment from shared object
我的环境:
[ec2-user]$ uname -a
Linux xxx 4.18.0-348.2.1.el8_5.x86_64 #1 SMP 2021 年 11 月 8 日星期一 13:30:15 EST x86_64 x86_64 x86_64 GNU/Linux
[ec2-user]$ cat /etc/os-release
NAME="Redhat Enterprise Linux"
VERSION="8.5 (Ootpa)"
有人有类似的问题吗?