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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -