You need tcl 8.5 or newer in order to run the Redis test
Redis 3.0.2 安裝報錯You need tcl 8.5 ...
DB:Redis 3.0.2
OS:Centos 7.5
錯誤:
[root@cjcos01 src]# make test
You need tcl 8.5 or newer in order to run the Redis test
make: *** [test] Error 1
解決方案:
[root@cjcos01 local]# wget
[root@cjcos01 local]# ll -rth tcl8.6.1-src.tar.gz
-rw-r--r-- 1 root root 8.4M Sep 20 2013 tcl8.6.1-src.tar.gz
[root@cjcos01 local]# tar -zxvf tcl8.6.1-src.tar.gz
[root@ cjcos01 local]# cd /usr/local/tcl8.6.1/unix/
[root@ cjcos01 local]# ./configure
[root@ cjcos01 local]# make
[root@ cjcos01 local]# make install
再次安裝redis
[root@ cjcos01 src]# make test
[root@ cjcos01 src]# make install
[root@ cjcos01 src]# pwd
/usr/local/redis/src
[root@ cjcos01 src]# ./redis-server ../config/redis.conf
[root@ cjcos01 src]# ./redis-cli
127.0.0.1:6379> set hello world
OK
127.0.0.1:6379> get hello
"world"
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29785807/viewspace-2694526/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 黑猴子的家:Redis 之 You need tcl 8.5 or newer in order to run the Redis testRedis
- [譯] You Might Not Need ES6
- 理解BERT Transformer:Attention is not all you need!ORM
- 目標檢測:Segmentation is All You Need ?Segmentation
- 更新jenkins外掛,報錯 Perhaps you need to run your container with "-Djava.awt.headless=true"?JenkinsAIJava
- Access denied; you need (at least one of) the PROCESS privilege(s)AST
- [翻譯]What You Need to Begin iOS ProgrammingiOS
- For v$ views you need to grant privilege to each v_$ directlyView
- 經典譯文:Transformer--Attention Is All You NeedORM
- Everything you need to know about mobile app architectureAPP
- 【論文閱讀筆記】Transformer——《Attention Is All You Need》筆記ORM
- find -newer命令
- 一文讀懂「Attention is All You Need」| 附程式碼實現
- You need to use a Theme.AppCompat theme (or descendant) with this activity.APP
- Composer 建立專案 You can also run `PHP --INI`PHP
- [Paper Reading] KOSMOS: Language Is Not All You Need: Aligning Perception with Language Models
- Mac 下的MySQL ERROR 1227(42000): Access denied; you need (at least one of)MacMySqlErrorAST
- 馬斯克開源的 grok-1 底層 Transformer 模型論文 《Attention is All You Need》馬斯克ORM模型
- ps1 is not digitally signed. You cannot run this script解決方案Git
- ReactNative執行報錯Command `run-android` unrecognized. Make sure that you have run `npm install` and tha...ReactAndroidZedNPM
- 安裝rlwrap-0.37.tar.gz報錯You need the GNU readline library to buildUI
- Attention isn’t all you need!Mamba混合大模型開源:三倍Transformer吞吐量大模型ORM
- Android Studio Run專案出現Failure [INSTALL_FAILED_TEST_ONLY]AndroidAI
- sqlplus login -- SP2-0750: You may need to set ORACLE_HOME to your Oracle software directorySQLOracle
- Server-side activities have been updated. You need to restart SharePoint Designer to use the updated version of activities.ServerIDEREST
- Unknown host ‘XXXX: nodename nor servname provided, or not known‘. You may need to adjust the proxyIDE
- TCL命令
- linux下安裝安裝pcre-8.32 configure: error: You need a C++ compiler for C++ supportLinuxErrorC++Compile
- TCL 750評測 TCL 750值得買嗎?
- Do we need HACMP?ACM
- ex8.5
- TCL - info命令
- 好用到爆的Kotlin擴充套件庫AndroidKTX,如果你也用Kotlin開發Android,You Need It !Kotlin套件Android
- You've got to find what you loveGo
- [Javascript] Why need arrow function?JavaScriptFunction
- 8.5 模擬賽
- test
- CSS orderCSS