-
Notifications
You must be signed in to change notification settings - Fork 23.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redis 2.6.2 install also fail? #736
Comments
this my linux system:Linux centos2.it.mail 2.6.18-274.18.1.el5 |
Do you use 32bit OS? CFLAGS= -march=i686 |
I've had good luck on most "modern" platforms with '-march=native'. That On Sun, Oct 28, 2012 at 10:34 AM, charsyam notifications@github.com wrote:
Twitter: http://twitter.com/znmeb; Computational Journalism Publishers How the Hell can the lion sleep with all those people singing "A weem oh |
This fix doesn't work on 2.6.7 build with old Centos 5.2. Do: export CFLAGS= -march=i686 on the command line right before make |
Yes, only export CFLAGS works. On Wed, Dec 5, 2012 at 1:33 PM, charsyam notifications@github.com wrote:
|
src/.make_settings OPT=-O2 -march=i686 |
src/.make_settings OPT=-O2 -march=i686 Was the only one of these that actually fixed the build for me. Thanks. |
src/.make_settings OPT=-O2 -march=i686 This work on Linux |
If you tried
|
* Fix using the wrong manager from LLAPI the LLAPI was using the wrong manager to access the json data. Share code with RedisJson command to use the right manager. * format fixes
zmalloc.o: In function
zmalloc_used_memory': /home/hmail/jiang/redis-2.6.2/src/zmalloc.c:223: undefined reference to
__sync_add_and_fetch_4'collect2: ld 返回 1
make[1]: *** [redis-server] 错误 1
make[1]: Leaving directory `/home/hmail/jiang/redis-2.6.2/src'
make: *** [all] 错误 2
why? want to test, but install always fail, so misery
The text was updated successfully, but these errors were encountered: