Skip to content

Instantly share code, notes, and snippets.

@ijin
Created April 6, 2010 04:45
Show Gist options
  • Save ijin/357235 to your computer and use it in GitHub Desktop.
Save ijin/357235 to your computer and use it in GitHub Desktop.
mkdir _app && cd _app
sudo apt-get install devscripts
apt-get source memcached
sudo apt-get build-dep memcached
cd memcached-1.2.8
wget http://downloads.sourceforge.net/project/repcached/repcached/2.2-1.2.8/repcached-2.2-1.2.8.patch.gz
gzip -cd repcached-2.2-1.2.8.patch.gz | patch -p1
rm -rf repcached-2.2-1.2.8.patch.gz
sed -i -e 's/threads/replication/' debian/rules
debuild -us -uc
cd ../
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment