wget https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz
tar vxf libevent-2.0.21-stable.tar.gz
cd libevent-2.0.21-stable
./configure -prefix=/www/wdlinux/libevent # ./configure
make && make install
2. 编译安装memcached
wget http://memcached.org/latest
cp latest memcached.tar.gz
tar -zxvf memcached.tar.gz
cd memcached
./configure -with-libevent=/www/wdlinux/libevent # ./configure
make && make install
unzip pecl-memcache-php7.zip
cd pecl-memcache-php7
/www/wdlinux/phps/71/bin/phpize
./configure --with-php-config=/www/wdlinux/phps/71/bin/php-config
make && make install