Error while installing tools

I get following error while installing aerospike tools:

[root@localhost aerospike-tools-3.5.12-el6]# ./asinstall Installing tools rpm -Uvh aerospike-tools-3.5.11-1.el6.x86_64.rpm error: Failed dependencies: libcrypto.so.10(libcrypto.so.10)(64bit) is needed by aerospike-tools-3.5.11-1.el6.x86_64 Installing server rpm -Uvh aerospike-server-.rpm error: File not found by glob: aerospike-server-.rpm

Got same error on three different machines. On all machines libcrypto.so.10 is present in /usr/lib64/ How to get around this issue??

Thanks,

Mangesh Sawant.

This usually means a dependency issue and that openssl is not installed or running an old version. You can try installing/updating openssl package by running

sudo yum install openssl