configure.ac:8: error: Autoconf version 2.64 or higher is required
安装Resource Agents的时候出现错误:configure.ac:9: error: Autoconf version 2.63 or higher is required。指的是autoconf版本号低,须要安装高版本号的。
- wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.gz
- tar xzf autoconf-2.68.tar.gz
- cd autoconf-2.68
- ./configure
- make && make install
- 假设原来已经装过。还须要覆盖原来的。
- cp /usr/local/bin/autoconf /usr/bin/
cp /usr/local/bin/autoreconf /usr/bin/
Twemproxy是一个代理server,能够通过它降低Memcached或Redisserver所打开的连接数。
Twemproxy有何用途呢?它能够:
- 通过代理的方式降低缓存server的连接数
- 自己主动在多台缓存server间共享数据
- 通过不同的策略与散列函数支持一致性散列
- 通过配置的方式禁用失败的结点
- 执行在多个实例上。client可以连接到首个可用的代理server
- 支持请求的流式与批处理,因而可以降低来回的消耗
Redis的创建者Salvatore Sanfilippo(@antirez)撰写了一篇文章,介绍了怎样通过Twemproxy在开启Redis-cluster特性前就让Redis集群发挥作用。而在大多数情况下都不会丧失太多的性能:
Twemproxy的强大之处在于能够通过配置的方式让它禁用掉失败的结点,同一时候还能在一段时间后进行重试,抑或使用指定的键->server映射。这意味着在将Redis用作数据存储时,它能够对Redis数据集进行分片(禁用掉结点驱赶);在将Redis用作缓存时。它能够启用结点驱赶以实现简单的高可用性。
Twemproxy速度非常快。真的非常快。它差点儿与直接訪问Redis速度一样快。我敢说在最差的情况下,性能也仅仅只是才损失20%而已。
我对性能问题唯一的想法是当在多个实例上使用命令时,我认为MGET还有改进空间。
- 尽管能够动态移除节点,但该移除节点的数据就丢失了。
- redis集群动态添加节点的时候,twemproxy不会对已有数据做重分布.maillist里面作者说这个须要自己写个脚本实现
- 性能上的损耗
Twemproxy早在今年初由Twitter开源。它最開始支持Memcached,近期又加入了对Redis的支持。Twitter使用了大量的缓存server,每分钟会发送300k的tweet.
https://github.com/twitter/twemproxy 下载包以及对应的安装方法.
nutcracker -d -c conf/nutcracker.yml 启动nutcracker
nc 127.0.0.1 22222 | python -mjson.tool 查看状态
configure.ac:8: error: Autoconf version 2.64 or higher is required的更多相关文章
- configure.ac:20: error: Autoconf version 2.65 or higher is required
安装thrift例如,下面的问题出现: configure.ac:20: error: Autoconf version 2.65 or higher is required wget http:// ...
- configure.ac:3: error: Autoconf version 2.68 or higher is required
configure.ac:3: error: Autoconf version 2.68 or higher is required 参考博客:https://blog.csdn.net/pretty ...
- CentOS6.5升级autoconf版本 Autoconf version 2.64 or higher is required
安装软件时提示说需要Autoconf 2.64或更高的版本 [root@BobServerStation twemproxy]# autoconf configure.ac:8: error: Aut ...
- CentOS6.9升级autoconf版本,解决”Autoconf version 2.64 or higher is required“错误
安装软件时提示说需要Autoconf 2.64或更高的版本: # autoconf configure.ac:: error: Autoconf version 2.64 or higher is r ...
- error: Autoconf version 2.67 or higher is required
error: Autoconf version 2.67 or higher is required 今天linux下遇到这种错误,顺便记录下来. #rpm -qf /usr/bin/autoconf ...
- CentOS6.5升级autoconf版本,解决”Autoconf version 2.64 or higher is required“错误
CentOS6.5升级autoconf版本,解决”Autoconf version 2.64 or higher is required“错误 https://blog.csdn.net/pretty ...
- configure.ac:32: error: possibly undefined macro: AC_DEFINE
在ubuntu 下编译snappy时,在检查依赖关系时,处理autoconf的包时,在相关依赖包都已经安装的情况下,报如下错误,死活不过. configure.ac:32: error: possib ...
- 解决 configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL
当安装configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are le ...
- configure.ac:91: error: possibly undefined macro: AC_SEARCH_LIBS
debian系统上,手动编译tmux的时候,执行./autogen.sh出现如下报错: $ ./autogen.sh configure.ac:: error: possibly undefined ...
随机推荐
- Mysql事务隔离级
转自:http://xm-king.iteye.com/blog/770721 SQL标准定义了4类隔离级别,包括了一些具体规则,用来限定事务内外的哪些改变是可见的,哪些是不可见的.低级别的隔离级一般 ...
- js得到时间戳(10位数)
//从1970年开始的毫秒数然后截取10位变成 从1970年开始的秒数 function timest() { var tmp = Date.parse( new Date() ).toString( ...
- C# 使用文件流来读写ini文件
背景 之前采用ini文件作为程序的配置文件,觉得这种结构简单明了,配置起来也挺方便.然后操作方式是通过WindowsAPI,然后再网上找到一个基于WindowsAPI封装的help类,用起来倒也顺手. ...
- gdb 脚本
不满足于一条一条执行命令,我们可以将命令写进脚本里面,连续执行, 1: gdb启动会在当前目录寻找.gdbinit文件,并读取里面的命令列表 2: 我们可以启动gdb 时,加-x cmd.gdb 来指 ...
- Photoshop cs6 快捷键命令大全
工具箱(多种工具共用一个快捷键的可同时按[Shift]加此快捷键选取) 矩形.椭圆选框工具.单行单列选取工具 [M] 裁剪工具.透视.切片.透视裁剪工具 [C] 移动工具 [V] 套索.多边形套索.磁 ...
- Linux下USB驱动框架分析【转】
转自:http://blog.csdn.net/brucexu1978/article/details/17583407 版权声明:本文为博主原创文章,未经博主允许不得转载. http://www.c ...
- 从linux看Android之一--init进程
准备环境: 熟悉linux环境和shell脚本 用SSHDROID和XShell搭建android的命令行环境(帮助找到熟悉的linux界面,因为android删除了很多标准linux平台上很多的sh ...
- 关于js拖拽功能,拖拽元素的position:fixed;left:0;right:0;样式引起左右拖动元素会出现落后鼠标移动距离的问题
被拖拽元素的样式如果为:position:fixed;left:0;right:0;(当时是为了让fixed定位的元素水平居中加的left:0;right:0;避免js动态计算定位的麻烦)时左右拖动会 ...
- hdu 5125(LIS变形)
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=5125 题解: 这个题dp[i][0],dp[i][1]数组分别记录在第i个位置取a[i]和b[i]时 ...
- DotNetCore 笔记
最近公司框架升级到DotNetCore了,但是在用post请求的时候,发现页面的post data后台并没有接收到数据,经过调查发现,netcore用法和之前的MVC5不一样,想要接收post里的da ...