Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of Redis 3.0.2 installation error You need tcl 8.5

2025-03-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article focuses on "how to solve the problem of Redis 3.0.2 installation error You need tcl 8.5", interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "how to solve the problem of Redis 3.0.2 installation error You need tcl 8.5"!

Redis 3.0.2 installation error You need tcl 8.5...

DB:Redis 3.0.2

OS:Centos 7.5

Error:

[root@cjcos01 src] # make test

You need tcl 8.5 or newer in order to run the Redis test

Make: * * [test] Error 1

Solution:

[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

Install redis again

[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 purl 6379 > set hello world

OK

127.0.0.1 purl 6379 > get hello

"world"

At this point, I believe you have a deeper understanding of "how to solve the problem of Redis 3.0.2 installation error You need tcl 8.5". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report