Last active
January 14, 2017 15:19
-
-
Save vladbabii/fcaffc6e19dcf4c9cb6722b2246eb880 to your computer and use it in GitHub Desktop.
Install repcached on Ubuntu Xenial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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