There are two extensions of memcached in PHP "memcache" and "memcached".
They problem can be that you have installed memcached and is now trying to access memcache.If you want to install memcache use
sudo apt-get install php5-memcache
Note: - Check for the latest version.