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