Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the Dependencies

Prepare the C compiler, GNU, Make, Automake, libevent, and libevent-devel libraries needed to compile Memcached.

  1. Install the GNU Compiler Collection (GCC). If GCC has been installed, skip this step.
    1
    yum -y install gcc gcc-c++ kernel-devel
    
  2. Install GNU make, Automake, unzip, and Telnet. If they have been installed, skip this step.
    1
    yum -y install make automake unzip telnet
    
  3. Install the third-party libraries libevent and libevent-devel.
    1
    yum -y install libevent libevent-devel