These installation steps work for me on centos 7
jphaugla opened this issue · 0 comments
jphaugla commented
sudo yum install autoconf automake make gcc-c++ git
sudo yum install pcre-devel zlib-devel libmemcached-devel libevent-devel openssl-devel
git clone https://github.com/RedisLabs/memtier_benchmark
cd memtier_benchmark
autoreconf -ivf
./configure
make
sudo make install