Skip to content

Instantly share code, notes, and snippets.

@benschwarz
Created June 15, 2009 02:28
Show Gist options
  • Save benschwarz/129915 to your computer and use it in GitHub Desktop.
Save benschwarz/129915 to your computer and use it in GitHub Desktop.
# The only working install (on mac) I can get to run of libmemcached and e.weaver's memcached gem
wget http://blog.evanweaver.com/files/libmemcached-0.25.14.tar.gz
tar -xzvf libmemcached-0.25.14.tar.gz
cd libmemcached-0.25.14
./configure && make && make install
wget http://blog.evanweaver.com/files/memcached-0.13.gem
sudo gem install memcached-0.13.gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment