I was going to install aerospike in centos, when I
cd aerospike-server-community-3.7.5.1-el6
and then do ./asinstall
It displayed as follows
[root@iZ23y60imlfZ aerospike-server-community-3.7.5.1-el6]# ./asinstall
Installing tools dependencies
Installing tools
rpm -Uvh aerospike-tools-3.7.5-1.el6.x86_64.rpm
Preparing... ################################# [100%]
package aerospike-tools-3.7.5-1.el6.x86_64 is already installed
Installing server
rpm -Uvh aerospike-server-community-3.7.5.1-1.el6.x86_64.rpm
Preparing... ################################# [100%]
Updating / installing...
1:aerospike-server-community-3.7.5.################################# [100%]
error: unpacking of archive failed on file /var/run/aerospike: cpio: mkdir failed - No such file or directory
error: aerospike-server-community-3.7.5.1-1.el6.x86_64: install failed
So, how can I fix this?