I got the redis source fresh off github (redis-cli -v gives redis-cli 2.3.0
(git:b8513c93) ), on Debian Linux.
Make install works fine (redis-server and redis-cli work fine), but, make test
gives me the following error:
debian:~/redis/redis# make test
cd src && make test
make[1]: Entering directory `/root/redis/redis/src'
(cd ..; tclsh8.5 tests/test_helper.tcl --tags "" --file "")
/bin/sh: tclsh8.5: command not found
make[1]: *** [test] Error 127
make[1]: Leaving directory `/root/redis/redis/src'
make: *** [test] Error 2
It seems to require tclsh, is there any way to get rid of this dependency?
Original issue reported on code.google.com by drnitinp...@gmail.com on 1 Apr 2011 at 6:37
Original issue reported on code.google.com by
drnitinp...@gmail.com
on 1 Apr 2011 at 6:37