Skip to content

Tag: memcached

How to update memcached server in Linux

I have installed memcahced server in my machine So, I wanted to update it into 1.4.17 since it is the latest one. But, when I say yum update memcached, it yells like this. OS : Ubuntu 12.10 Result for aptitude show memcached command Answer Try running aptitude show memcached in the terminal. Then you might fi…

Memcached not showing up in phpinfo()

I’ve installed libmemcached and memcached pecl extension for php and for some reason it’s not installing correctly? i’ve got memcached.so in /usr/lib64/php/ with the right permissions and libmemcache.so in /usr/local/lib/ Everything seemed to build correctly without error, and I restarted ap…