redis linux报错


下载地址:http://dl.oschina.net/soft/redis linux

学习地址:http://my.oschina.net/davehe/blog/129082 redis

              http://www.tuicool.com/articles/iiMzUj 学习

执行make命令时报错: fetch

zmalloc.o: In function `zmalloc_used_memory':
/var/lib/tcommsvr/redis-2.8.0-rc4/src/zmalloc.c:223: undefined reference to `__sync_add_and_fetch_4'
collect2: ld returned 1 exit status
make[1]: *** [redis-server] Error 1
make[1]: Leaving directory `/var/lib/tcommsvr/redis-2.8.0-rc4/src'
make: *** [all] Error 2


产生缘由:

linux为32位版本。
查看方式:getconf LONG_BIT


解决办法:

执行make命令时加参数: make CFLAGS="-march=i686" ui

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

cd 到tcl文件夹里而后
cd unix
./configure
编译软件包:
.net

make && make install
而后

redis-cli 启动 unix

redis-cli shutdown
code

相关文章
相关标签/搜索