Skip to content

Instantly share code, notes, and snippets.

@vladbabii
Last active January 14, 2017 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladbabii/fcaffc6e19dcf4c9cb6722b2246eb880 to your computer and use it in GitHub Desktop.
Save vladbabii/fcaffc6e19dcf4c9cb6722b2246eb880 to your computer and use it in GitHub Desktop.
Install repcached on Ubuntu Xenial
wget https://downloads.sourceforge.net/project/repcached/repcached/2.2.1-1.2.8/memcached-1.2.8-repcached-2.2.1.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Frepcached%2Ffiles%2F&ts=1484404423&use_mirror=netix
mv memcached-1.2.8-repcached-2.2.1.tar.gz\?r\=https%3A%2F%2Fsourceforge.net%2Fprojects%2Frepcached%2Ffiles%2F memcached-1.2.8-repcached-2.2.1.tar.gz
tar xvf memcached-1.2.8-repcached-2.2.1.tar.gz
apt-get install libevent-dev g++ makelibevent1-dev
cd memcached-1.2.8-repcached-2.2.1
./configure --enable-replication
make
make install
ln -s /usr/local/bin/memcached /usr/bin/repcached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment