Riak on Mac OSX 10.7.5

2013-10-07 Thread Arun Gupta
Downloaded Riak 1.4.2 from: http://s3.amazonaws.com/downloads.basho.com/riak/1.4/1.4.2/osx/10.8/riak-1.4.2-OSX-x86_64.tar.gz Starting Riak as bin/riak gives the error: Error reading /Users/arungup/tools/nosql/riak/riak-1.4.2/bin/../etc/app.config And then a dialog box pops up with the following

Re: Riak on Mac OSX 10.7.5

2013-10-08 Thread Arun Gupta
; > -Jared > > > On Mon, Oct 7, 2013 at 6:04 PM, Steve Vinoski wrote: >> >> As indicated in the URL for the tarball you downloaded, Riak 1.4.2 for OS >> X was built for 10.8.x, but you're running 10.7.5 so that build won't work >> there. >> >>

Re: Riak on Mac OSX 10.7.5

2013-10-08 Thread Arun Gupta
> the value, rather than just -O0, and then when the C compiler later tries to > use that whole command line, it unsurprisingly fails. > > --steve > > > On Tue, Oct 8, 2013 at 12:33 PM, Arun Gupta wrote: >> >> I gave the command: >> >> CFLAGS=-O0 ./config

Re: Riak on Mac OSX 10.7.5

2013-10-08 Thread Arun Gupta
-darwin-64bit > unset CFLAGS > make > make install > > Note that you might need to use sudo with that last command, depending on > where you're installing to. > > --steve > > > > On Tue, Oct 8, 2013 at 1:25 PM, Arun Gupta wrote: >> >> bash >>

Re: Riak on Mac OSX 10.7.5

2013-10-08 Thread Arun Gupta
Finally got it all working! The sample is now available at: https://github.com/arun-gupta/javaee7-samples/tree/master/extra/nosql/riak Arun On Tue, Oct 8, 2013 at 3:00 PM, Jared Morrow wrote: >> Is that normal ? > > > To adjust your open files limit, see this guide > htt