Monday, November 10, 2008

Memcached on Arch Linux

Memcached in Arch Linux works. I have seen across some problems arround 2 things need to be installed properly, its libmemcache and memcached

$pacman -S memcached and libmemcache

Running Memcache(please stop the instance when running as root or edit the startup script)
$/etc/rc.d/memcached stop
$memcached -u root -vv

One more important thing is when running memcached be careful when running as root! Normally when you start the instance it starts but change the startup script.

cool...that works.

Tested with ruby on rails application (cache_fu) no problem.

No comments: