Tag Archives: memcached
Install memcached on a Linux Server
Posted on 07. Mar, 2008 by forouzani.
0
First lets to go a place where we can store our downloaded software packages:
# cd /usr/local/src
Now we need to make sure we have libevent installed. To find out if you have libevent installed, type the following
# whereis libevent
If you dont get any results, then libeven it not installed. If you do have it installed, you [...]


