2016-07-28 1 views
2

私はRedisの3.2.1をインストールしようとすると、以下の問題があります:問題は、インストール - ジオハッシュ-INT/geohash.o

[[email protected] redis-3.2.1]# make 
cd src && make all 
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 

を誰かが正しい方向に私を指すもらえますか? 私はこのようなエラーを見てきました。解決策は、depsにcdしてmake ...問題を実行することでした。

ここで何を実行すればよいですか?

は、私はdepsのフォルダに行くことによってそれを解決し、ジオハッシュ-INT

ありがとうmakeを実行している、 ガブリエル

+0

'make distclean all'を実行してみてください。 –

答えて

9

をありがとう!

gabriel

関連する問題