How to Install the Memcached Module on Ubuntu 12.04 LTS

1 · Josh Sherman · June 24, 2013, midnight
Installing the Memcached module for PHP on Ubuntu 12.04 LTS is as simple as can be. First let’s make sure we have Memcached installed: sudo apt-get install memcached On Ubuntu, the process to install the PHP module is similar to how we installed Memcached itself: sudo apt-get install php5-memcache php5-memcached......