黑猴子的家:Redis 之 You need tcl 8.5 or newer in order to run the Redis test
1、詳細資訊
[root@localhost redis-3.0.0]# make test
cd src && make test
make[1]: Entering directory `/service/mt/redis-3.0.0/src'
You need tcl 8.5 or newer in order to run the Redis test
make[1]: *** [test] Error 1
make[1]: Leaving directory `/service/mt/redis-3.0.0/src'
make: *** [test] Error 2
2、解決方式一
wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz
sudo tar xzvf tcl8.6.1-src.tar.gz -C /usr/local/
cd /usr/local/tcl8.6.1/unix/
sudo ./configure
sudo make
sudo make install
3、解決方式二
$ sudo yum install tcl.x86_64
相關文章
- You need tcl 8.5 or newer in order to run the Redis testRedis
- 黑猴子的家:Hadoop之Namenode多目錄配置Hadoop
- 黑猴子的家:Yum aliyun 映象
- 黑猴子的家:python 函式是什麼?Python函式
- 黑猴子的家:Maven 私服 Nexus3 下載MavenS3
- 黑猴子的家:Hive 資料倉儲位置配置Hive
- You Probably Dont Need Derived State
- 黑猴子的家:IDEA 使用 Git 進行專案管理IdeaGit專案管理
- 黑猴子的家:mysql 流程控制之分支結構MySql
- 黑猴子的家:window7+CentOS7雙系統CentOS
- 【P5】Attention Is All You Need
- 理解BERT Transformer:Attention is not all you need!ORM
- [譯] You Might Not Need ES6
- 黑猴子的家:Windows 安裝 Navicat121 x64Windows
- 黑猴子的家:HBase 自定義HBase-MapReduce案列一
- 黑猴子的家:Hadoop NameNode 高可用 (High Availability) 實現解析HadoopAI
- 目標檢測:Segmentation is All You Need ?Segmentation
- Everything you need to know about mobile app architectureAPP
- 黑猴子的家:Maven 統一管理目標jar包的版本MavenJAR
- 操作Redis之go-redisRedisGo
- Redis服務之Redis ClusterRedis
- redis之 Redis持久化配置Redis持久化
- 經典譯文:Transformer--Attention Is All You NeedORM
- start-stop-daemon: matching on world-writable pidfile /var/run/redis/redis-server.pid is insecurefailedRedisServerAI
- 阿里雲 Redis 報出You can't read against a non-read redis.解決方案阿里RedisAI
- Redis之setRedis
- Redis之StringRedis
- redis監控工具之redis-liveRedis
- redis資料同步之redis-shakeRedis
- 【論文閱讀筆記】Transformer——《Attention Is All You Need》筆記ORM
- [Paper Reading] KOSMOS: Language Is Not All You Need: Aligning Perception with Language Models
- 跟我一起學Redis之Redis概述Redis
- .Net使用Redis詳解之ServiceStack.RedisRedis
- Redis之key的淘汰策略Redis
- 六、redis之setRedis
- 操作Redis之redigoRedisGo
- redis 之 持久化Redis持久化
- node 之 redis 使用Redis