[Email protected] ~]# tar zxvf libevent-2.1.8-stable.tar.gz
[Email protected] ~]# CD libevent-2.1.8-stable
[Email protected] libevent-2.1.8-stable]# mkdir/home/libevent
[Email protected] libevent-2.1.8-stable]#/configure--prefix=/home/libevent/
[[email protected] libevent-2.1.8-stable]# make
[[email protected] libevent-2.1.8-stable]# make install
[Email protected] ~]# tar zxvf memcached-1.4.36.tar.gz
[Email protected] ~]# CD memcached-1.4.36
[Email protected] memcached-1.4.36]# Mkdir/home/memcache
[Email protected] memcached-1.4.36]#/configure--prefix=/home/memcache/--with-libevent=/home/libevent
[[email protected] memcached-1.4.36]# make
[[email protected] memcached-1.4.36]# make install
[Email protected] bin]#/memcached-d-M 1024-u root
[Email protected] bin]# Ps-ef|grep memcached
Root 12255 1 0 13:58? 00:00:00./memcached-d-M 1024-u root
Root 12263 2345 0 13:58 pts/1 00:00:00 grep memcached
[Email protected] bin]# Netstat-nlp|grep memcached
TCP 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN 12255/./memcached
TCP 0 0::: 11211:::* LISTEN 12255/./memcached
UDP 0 0 0.0.0.0:11211 0.0.0.0:* 12255/./memcached
UDP 0 0::: 11211:::* 12255/./memcached
Linux installation memcached