Re: Issue in make all

2012-01-10 Thread suresh chandran
nt: Monday, January 9, 2012 4:18 PM Subject: Re: Issue in make all This also has to be done for some of the deps so go through your riak/deps/* dirs and correct rebar.config accordingly. We run (although not in production yet) R15B on Mac OSX and Debian 6.0. -- Bip Thelin   Evolope AB | Lugnets Al

Re: Issue in make all

2012-01-09 Thread Bip Thelin
This also has to be done for some of the deps so go through your riak/deps/* dirs and correct rebar.config accordingly. We run (although not in production yet) R15B on Mac OSX and Debian 6.0. -- Bip Thelin Evolope AB | Lugnets Allé 1 | 120 33 Stockholm Tel 08-533 335 37 | Mob 0735-18 18 90 www.

Re: Issue in make all

2012-01-09 Thread Jared Morrow
-users@lists.basho.com" > Sent: Monday, January 9, 2012 12:23 PM > Subject: Re: Issue in make all > > Thanks Jared. > > i ran the make clean command as you said, and it did work. but then it didnt > create the dev directory. I am only familiar with the instructions on how to

Re: Issue in make all

2012-01-09 Thread suresh chandran
users@lists.basho.com" Sent: Monday, January 9, 2012 12:23 PM Subject: Re: Issue in make all Thanks Jared. i ran the make clean command as you said, and it  did work. but then it didnt create the dev directory. I am only familiar with the instructions on how to run a three node cluster ( d

Re: Issue in make all

2012-01-09 Thread suresh chandran
_ From: Jared Morrow To: suresh chandran Cc: riak-users@lists.basho.com Sent: Monday, January 9, 2012 12:00 PM Subject: Re: Issue in make all Try cleaning out the directory with a  'make clean distclean pkgclean' The regex to set the supported erlang versi

Re: Issue in make all

2012-01-09 Thread Jared Morrow
ve this version issue. I am not sure why it says the curent ERLANG > version is 15B. > > Thanks > Suresh Chandran > From: suresh chandran > To: Sean Cribbs > Cc: "riak-users@lists.basho.com" > Sent: Monday, January 9, 2012 11:47 AM > Subject: Re: Issue i

Re: Issue in make all

2012-01-09 Thread suresh chandran
issue. I am not sure why it says the curent ERLANG version is 15B. Thanks Suresh Chandran From: suresh chandran To: Sean Cribbs Cc: "riak-users@lists.basho.com" Sent: Monday, January 9, 2012 11:47 AM Subject: Re: Issue in make all Thanks Sean I tri

Re: Issue in make all

2012-01-09 Thread suresh chandran
Cc: "riak-users@lists.basho.com" Sent: Monday, January 9, 2012 10:09 AM Subject: Re: Issue in make all Suresh, We do not officially support R15B yet, but you can try changing the regex in rebar.config to include R15. {require_otp_vsn, "R14B0[234]|R15"}. The above shou

Re: Issue in make all

2012-01-09 Thread Sean Cribbs
Suresh, We do not officially support R15B yet, but you can try changing the regex in rebar.config to include R15. {require_otp_vsn, "R14B0[234]|R15"}. The above should do the trick. On Mon, Jan 9, 2012 at 9:58 AM, suresh chandran wrote: > I am trying to install Riak in my macbook. I installed