Problem with AWS Replication Agent for AWS Elastic Disaster Recovery (DRS)

0

Hello,

I have problem with "Replication Agent" installation for "AWS Elastic Disaster Recovery" (DRS) on linux:

Error: ./aws-replication-installer-64bit: error while loading shared libraries: libz.so.1: failed to map segment from shared object

I used following commands:

[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

My environment:

[ec2-user]$ uname -a Linux xxx 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 8 13:30:15 EST 2021 x86_64 x86_64 x86_64 GNU/Linux

[ec2-user]$ cat /etc/os-release

NAME="Red Hat Enterprise Linux" VERSION="8.5 (Ootpa)"

Does anybody have similar problem?

Thanks,

Adrian Hollay

3回答
1
承認された回答

Hi Adrian,

I understand that you want to install AWS Replication Agent and you are getting an error "error while loading shared libraries: libz.so.1: failed to map segment from shared object". Does your source server meet all the minimum requirements as described in this guide? On your Linux source server make sure that you have:

  • at least 2Gb of free disk space on your root (/) directory,
  • at least 500Mb of free disk space on your /tmp directory and,
  • ensure that your /tmp directory is mounted with read, write and exec permissions.

If your /tmp directory does not have permission to execute scripts, you may encounter this error. To remove noexec on the mounted /tmp directory run the following command:

sudo mount /tmp -o remount,exec

Here is a short video on how solve this issue.

I hope this will help you.

--Cebi

Cebi
回答済み 2年前
profile picture
エキスパート
レビュー済み 4ヶ月前
1

Hello Cebi,

I checked everything again and found, that my /tmp directory is mounted wich "noexec"

Problem solved with "sudo mount /tmp -o remount,exec".

The installation of agent went smoothly

Thank you very much

Adrian

回答済み 2年前
0

I am getting this same error on Operating System CentOS v7.9.2009 Product cPanel & WHM v104.0.4 (STANDARD) Is there a solution for this? Thanks.

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ