Aerospike-tools rpm installation error

[root@flashchtestdb01 aerospike-server-community-3.3.17-el6]# rpm -Uvh aerospike-tools-3.3.18-1.el6.x86_64.rpm error: Failed dependencies: libcrypto.so.10(libcrypto.so.10)(64bit) is needed by aerospike-tools-3.3.18-1.el6.x86_64

I’ve already updated openssl-*, but it still gives me a error message like above.

hi,

Is this on centos 6? Can you please run rpm -qf /usr/lib64/libcrypto.so.10

On a working system, it has…

rpm -qf /usr/lib64/libcrypto.so.10 openssl-1.0.1e-16.el6_5.4.x86_64

Also, please try ls -l /usr/lib64/libcrypto* and let us know the output.

[root@flashchtestdb01 ~]# rpm -qf /usr/lib64/libcrypto.so.10 openssl-1.0.0-27.el6_4.2.x86_64 [root@flashchtestdb01 ~]# ls -l /usr/lib64/libcrypto* lrwxrwxrwx 1 root root 18 Aug 26 21:14 /usr/lib64/libcrypto.so.10 → libcrypto.so.1.0.0 -rwxr-xr-x 1 root root 1665328 Mar 5 2013 /usr/lib64/libcrypto.so.1.0.0

hi,

Can you try the latest 3.3.17 rpm. We have included a install script in the archive which should help with such issues. Please let us know the results.

I also had same error when I installed latest 3.4.0 server(asd) on CentOS 6+. Tools were not installed by default.

Error was- error: Failed dependencies: libcrypto.so.10(libcrypto.so.10)(64bit) is needed by aerospike-tools-3.4.0-1.el6.x86_64

Solution- It was having latest openssl libraries missing. Install right openssl → yum install openssl-1.0.1e-30.el6.x86_64 Then install tools → rpm -Uvh aerospike-tools-3.4.0-1.el6.x86_64.rpm Done !!