资源推荐
资源详情
资源评论
tar xvf libevent-2.0.21-stable.tar.gz
cd libevent
./configure -prefix=/usr/local/libevent
make && make install
tar xvf memcached-1.4.25.tar.gz
cd memcached
./configure -prefix=/usr/local/memcached -with-libevent=/usr/local/libevent
make && make install
tar xvf libmemcached-1.0.18.tar.gz
cd libmemcached
./configure -prefix=/usr/local/libmemcached -with-memcached=/usr/local/memcached/bin/memcached
make && make install
启动 memcached
/usr/local/memcached/bin/memcached -d -m 50 -u root -p 11211 -c 256 -P /tmp/memcached.pid
tar xvf memcached-2.2.0.tgz //生成 memcached.SO 用 并不是memcached服务!
cd memcached-2.2.0
/usr/local/php/bin/phpize phpize
./configure --with-php-config=/usr/local/php/bin/php-config --with-libmemcached-dir=/usr/local/libmemcached --disable-memcached-sasl















资源评论


上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
已下载
下载帮助

看过该资源的人还看了
没有合适的资源?快使用搜索试试~ 我知道了~
安全验证
文档复制为VIP权益,开通VIP直接复制
