Installation error on Amazon AMI

Hi, I am trying to do a single node install (we don’t want cluster features) for Aerospike on Amazon AMI EC2 instances. I followed the wget and tar install method. I am getting the following error:

[ec2-user@ip-172-31-84-118 ~]$ cd aerospike-server-community-6.0.0.0-rc6-el8/
[ec2-user@ip-172-31-84-118 aerospike-server-community-6.0.0.0-rc6-el8]$ sudo ./asinstall
Checking dependencies
Installing tools
rpm -Uvh aerospike-tools-7.0.0-1.el8.x86_64.rpm
error: Failed dependencies:
        libc.so.6(GLIBC_2.28)(64bit) is needed by aerospike-tools-7.0.0-1.el8.x86_64
        libhistory.so.7()(64bit) is needed by aerospike-tools-7.0.0-1.el8.x86_64
        libreadline.so.7()(64bit) is needed by aerospike-tools-7.0.0-1.el8.x86_64
Installing server
rpm -Uvh aerospike-server-community-6.0.0.0_rc6-1.el8.x86_64.rpm
error: Failed dependencies:
        libc.so.6(GLIBC_2.28)(64bit) is needed by aerospike-server-community-6.0.0.0_rc6-1.el8.x86_64
        libcrypto.so.1.1()(64bit) is needed by aerospike-server-community-6.0.0.0_rc6-1.el8.x86_64
        libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) is needed by aerospike-server-community-6.0.0.0_rc6-1.el8.x86_64

Can someone please help as I am not able to upgrade the glibc version on the Amazon AMI.

Thanks SB

Hi. Which instance type is this? Which OS is this? Are on on Amazon Linux 2?

You can close this issue as I got it resolved with a different version of Aerospike CE.

Thanks

Hi @rbotzer I am facing the same issue here… I am using an EC2 instance type of m5.2x large, and OS in linux, aerospike server enterpeise is 6.2.0.0, it giving me this error:

Checking dependencies

Installing tools

rpm -Uvh aerospike-tools-8.0.2-1.el8.x86_64.rpm

error: Failed dependencies:

libhistory.so.7()(64bit) is needed by aerospike-tools-8.0.2-1.el8.x86_64

libreadline.so.7()(64bit) is needed by aerospike-tools-8.0.2-1.el8.x86_64

Installing server

rpm -Uvh aerospike-server-enterprise-6.2.0.0-1.el8.x86_64.rpm

error: Failed dependencies:

libcrypto.so.1.1()(64bit) is needed by aerospike-server-enterprise-6.2.0.0-1.el8.x86_64

libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) is needed by aerospike-server-enterprise-6.2.0.0-1.el8.x86_64

libldap-2.4.so.2()(64bit) is needed by aerospike-server-enterprise-6.2.0.0-1.el8.x86_64

libssl.so.1.1()(64bit) is needed by aerospike-server-enterprise-6.2.0.0-1.el8.x86_64

libssl.so.1.1(OPENSSL_1_1_0)(64bit) is needed by aerospike-server-enterprise-6.2.0.0-1.el8.x86_64

Hi. Do you mind detailing which Linux OS you have installed? I assume it’s Amazon Linux 2023, but I’d like to know for sure:

cat /etc/os-release
lsb_release -a
uname -a

Thanks.

@rbotzer Thank you for your response. Yes indeed, I am using Amazon Linux 2023. However, I realized the issue might be with version mismatch, and this was sorted. Thanks again for your response.

This topic was automatically closed 84 days after the last reply. New replies are no longer allowed.