Hi, I am trying to build riak-1.2.1. The make command :~/riak-1.2.1> make gives this known error:
==> eleveldb (get-deps) Cloning into 'leveldb'... fatal: Unable to find remote helper for 'http' ERROR: Command ['get-deps'] failed! make: *** [deps] Error 1 I saw a resolution on the net saying to do replace git by http: get-deps) if [ ! -d leveldb ]; then # git clone git://github.com/basho/leveldb git clone http://github.com/basho/leveldb (cd leveldb && git checkout $LEVELDB_VSN) fi ;; The problem is that I am behind a firewall. Is there another solution where I can download some code from basho site into some directory in my machine to avoid the firewall issue? Thanks, Mohamed ==================== This email/fax message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of this email/fax is prohibited. If you are not the intended recipient, please destroy all paper and electronic copies of the original message.
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com