怎样编译和安装memcached
编译和安装步骤:
$ apt-get install git $ git clone
$ cd memcached $ apt-get install autotools-dev $ apt-get install automake $ ./autogen.sh $ ./configure $ make $ make test $ make install
关于Autotool能够參考文档:
參考文档:
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.html3.http://memcached.org/downloads