Aerospike 6.3 install on RHEL 8.8. Executing asinstall I get this error
./asinstall
Checking dependencies Installing tools rpm -Uvh aerospike-tools-8.2.0-1.el7.x86_64.rpm warning: aerospike-tools-8.2.0-1.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 5abd1099: NOKEY error: Failed dependencies: libhistory.so.6()(64bit) is needed by aerospike-tools-8.2.0-1.el7.x86_64 libreadline.so.6()(64bit) is needed by aerospike-tools-8.2.0-1.el7.x86_64 Installing server
I query the OS and see
find / -print | grep libhistory.so /usr/lib64/libhistory.so.7 /usr/lib64/libhistory.so.7.0
I’m running RHEL 8.8. What is the workaround or patch to get aerospike-tools-8.2.0-1.el7.x86_64.rpm installed?
TIA