First thanks for the quick response.

I followed the steps in "Installation on Closed Networks" section and could 
pass the "Cloning into 'leveldb'..." issue.

But now I am getting this error:

Compiled src/luke_flow_sup.erl
==> erlang_js (compile)
make[1]: Entering directory `/home/u1c332/riak-1.2.1/deps/erlang_js'
rebar.mk:10: Extraneous text after `else' directive
rebar.mk:12: *** only one `else' per conditional.  Stop.
make[1]: Leaving directory `/home/u1c332/riak-1.2.1/deps/erlang_js'
ERROR: Command [compile] failed!
make: *** [rel] Error 1


Any suggestion on how to fix this?

Thanks,
Mohamed
From: Jared Morrow [mailto:ja...@basho.com]
Sent: Tuesday, December 18, 2012 2:35 PM
To: Chenini, Mohamed
Cc: riak-users@lists.basho.com
Subject: Re: Firewall problem: fatal: Unable to find remote helper for 'http'

Yes, see the "Installation on Closed Networks" section here 
http://docs.basho.com/riak/latest/tutorials/installation/Installing-Riak-from-Source/

-Jared

On Tue, Dec 18, 2012 at 12:15 PM, Chenini, Mohamed 
<mchen...@geico.com<mailto:mchen...@geico.com>> wrote:
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<http://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<mailto:riak-users@lists.basho.com>
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

====================
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

Reply via email to