Just a note for a quick and easy install of memcache on ubuntu…just use topfunky’s sh script. Worked for me.
wget http://topfunky.net/svn/shovel/memcached/install-memcached-linux.sh
sh install-memcached-linux.sh
Just a note for a quick and easy install of memcache on ubuntu…just use topfunky’s sh script. Worked for me.
wget http://topfunky.net/svn/shovel/memcached/install-memcached-linux.sh
sh install-memcached-linux.sh
Just a note that Ubuntu users will now want to use the repository version instead
apt-get install memcached
… unless they’re trying to install a modified memcached like repcached, in which case they’ll still want the repository version of libevent-dev, and will want to modify your script for memcached.
Thanks for the update. I’ve been on CentOS and OSX for the last few years focusing on UI instead of sysadmin tasks.