安装Redis编译测试的时候报如下错误:

查阅大神们的博客后记录如下解决方法:
wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz
tar xzvf tcl8.6.1-src.tar.gz -C /usr/local/
cd /usr/local/tcl8.6.1/unix/
./configure
make
make install
搞定
安装Redis编译测试的时候报如下错误:

查阅大神们的博客后记录如下解决方法:
wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz
tar xzvf tcl8.6.1-src.tar.gz -C /usr/local/
cd /usr/local/tcl8.6.1/unix/
./configure
make
make install
搞定
1248
2729
7591

被折叠的 条评论
为什么被折叠?