Skip to content
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

INSTALL redis-sentinel fails on AIX 6.1 for redis 2.8.19 #2304

Open
cdelgadob opened this issue Jan 20, 2015 · 0 comments
Open

INSTALL redis-sentinel fails on AIX 6.1 for redis 2.8.19 #2304

cdelgadob opened this issue Jan 20, 2015 · 0 comments

Comments

@cdelgadob
Copy link

Hi all,

I'm trying to compile the code on the redis-2.8.19 tag in an AIX 6.1 machine with gcc.

I unzip the file and then I launch the following command: gmake distclean; CC=which gcc gmake -j

I tried with and without the -j flag, with the same result:

[...after lots of warnings and compiler messages...]

    LINK redis-server
    INSTALL redis-sentinel
find: 0652-019 The status on redis-sentinel is not valid.
install: 0653-233 File redis-server was not found.
gmake[1]: *** [redis-sentinel] Error 2
gmake[1]: Leaving directory `/users/carlos/redis/redis-2.8.19/src'
gmake: *** [all] Error 2

But if you check the src directory, you see the redis-server file just there:

ll redis-server
-rwxr-xr-x    1 ta_des   gitgrp      3179825 Jan 20 12:37 redis-server

Any idea what's going on? Or should I do something else?

Carlos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant