首页 > 系统服务 > 详细

如何编译和安装memcached

时间:2016-02-15 18:30:17      阅读:268      评论:0      收藏:0      [点我收藏+]
??

如何编译和安装memcached


编译和安装步骤:


 $ apt-get install git
 $ git clone
https://github.com/memcached/memcached.git
 $ cd memcached
 $ apt-get install autotools-dev
 $ apt-get install automake
 $ ./autogen.sh
 $ ./configure
 $ make
 $ make test
 $ make install


关于Autotool可以参考文档:http://www.luochunhui.com/autotools%E4%BB%8B%E7%BB%8D%EF%BC%88%E4%BB%A5memcached%E6%BA%90%E7%A0%81%E4%B8%BA%E4%BE%8B%EF%BC%89/


参考文档:

1.http://thecancerus.com/step-by-step-guide-to-install-memcache-on-linux/
2.https://docs.oracle.com/cd/E17952_01/refman-5.0-en/ha-memcached-install.html
3.http://memcached.org/downloads


如何编译和安装memcached

原文:http://blog.csdn.net/yangzhenping/article/details/50668724

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!