Memcache module provides handy procedural and object oriented interface to memcached, highly effective caching daemon, which was especially designed to decrease database load in dynamic web applications.
Login to Linux Server using root credentials. Use PuTTY/KiTTY to login.
Download and Install LibEvent
First make a folder named memcache to download the required setup files:
# mkdir memcache (make directory memcache)
# cd memcache (go to memcache directory)
Memcache requires LibEvent. Go to their site and get the latest version.
http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz (Latest stable version)
OR
http://ftp.redhat.com/pub/redhat/rhel/beta/6/x86_64/os/Packages/libevent-1.4.13-1.el6.x86_64.rpm

Posted in
Tags:










