溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

怎么解決Redis 3.0.2安裝報(bào)錯(cuò)You need tcl 8.5問題

發(fā)布時(shí)間:2021-11-04 11:18:45 來源:億速云 閱讀:270 作者:iii 欄目:關(guān)系型數(shù)據(jù)庫

本篇內(nèi)容主要講解“怎么解決Redis 3.0.2安裝報(bào)錯(cuò)You need tcl 8.5問題”,感興趣的朋友不妨來看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來帶大家學(xué)習(xí)“怎么解決Redis 3.0.2安裝報(bào)錯(cuò)You need tcl 8.5問題”吧!

Redis 3.0.2 安裝報(bào)錯(cuò)You need tcl 8.5 ...

DB:Redis 3.0.2

OS:Centos 7.5

錯(cuò)誤:

[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 http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz 

[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"

到此,相信大家對(duì)“怎么解決Redis 3.0.2安裝報(bào)錯(cuò)You need tcl 8.5問題”有了更深的了解,不妨來實(shí)際操作一番吧!這里是億速云網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI