Installing memcached-northscale on Ubuntu
Blog ยป Installing memcached-northscale on Ubuntu
Posted on 17 Nov 2010 15:12
UPDATE: memcached-northscale is no more used. Heroku uses Dalli.
exit(0)
Using Memcache on Heroku requires the gem northscale-memcached. However it won't install without an error. Install it like this:
sudo rm -R /usr/lib/ruby/gems/1.8/gems/memcached-northscale-0.19.5.4
sudo apt-get install libsasl2-dev
sudo gem install memcached-northscale
If you like this page, please spread the word:
You can contact me if you have questions or corrections.


