php7安装memchced扩展

tar -zxvf memcached-3.0.3.tgz

cd memcached-3.0.3

phpize

yum install libmemcached libmemcached-dev

./configure --prefix=/usr/local/libmemcached/ --with-libmemcached-dir=/usr/local/libmemcached/ --with-php-config=/usr/local/php/bin/php-config

make && make install

 

posted @ 2017-11-14 19:17  agang_19  阅读(191)  评论(0编辑  收藏  举报