makefile - Issue with Redis install - geohash-int/geohash.o -
i have problem below when try install redis 3.2.1:
[root@clj-lc-test01 redis-3.2.1]# make cd src && make make[1]: entering directory `/tmp/redis-3.2.1/src' link redis-server cc: ../deps/geohash-int/geohash.o: no such file or directory cc: ../deps/geohash-int/geohash_helper.o: no such file or directory make[1]: *** [redis-server] error 1 make[1]: leaving directory `/tmp/redis-3.2.1/src' make: *** [all] error 2
could point me right direction? i've seen errors , solution have been cd deps , run make ... problem.
what should run here?
thank you, gabriel
i have solved going deps folder , run make geohash-int
thank you!
gabriel
Comments
Post a Comment