Re: New at Riak

2015-07-30 Thread Matthew Brender
Hi Sevilha! Welcome - I'm excited to hear about your first experience with Riak. If you're comfortable with Vagrant, you have a few options here: https://github.com/basho-labs/vagrant-riak-meta If you'd prefer to test in AWS, you can search the store for Riak and find a 2.1.1 release there. E

New at Riak

2015-07-30 Thread André Luiz Sevilha
Hello everybody, I'm very new at Riak and I intend to really use it for the next months. But, I'd like to create a environment first at my notebook to try it. I'll develop a python program and want to test Riak. Which is the best way to do so? Create one ou two VM at my windows OS or there is anoth

Re: riak 2.1.1 starting error in mac os 10.10

2015-07-30 Thread Humberto Rodríguez Avila
Hi again Fred, I tried your suggestion >>otool -L /Users/Humberto/riak-2.1.1/rel/riak/bin/../lib/eleveldb-2.1.0-0-ga36dbd6/priv/eleveldb.so And I obtain your same output >> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 104.1.0) >> /usr/lib/libSystem.B.dylib (compa

Re: riak 2.1.1 starting error in mac os 10.10

2015-07-30 Thread Humberto Rodríguez Avila
Hi fred, Thanks for your answer. I'm going to do your suggestions :) I am using GCC because the riak website says " Riak will not compile with Clang. Please make sure your default C/C++ compiler is GCC." Best regards, Humberto On Thu, Jul 30, 2015 at 2:43 PM Fred Dushin wrote: > > You're get

Re: riak 2.1.1 starting error in mac os 10.10

2015-07-30 Thread Fred Dushin
You're getting a runtime load error because your are likely not linking against the right C++ runtime (because you built with gcc). IIRC the GCC C++ runtime and the C++ runtime that ships with Darwin are not ABI compatible. Welcome to C++. You might try hacking your environment using DYLD_LI

riak 2.1.1 starting error in mac os 10.10

2015-07-30 Thread Humberto Rodríguez Avila
Hello, I have an error trying to start riak after compiled it from the source code (riak 2.1.1). I am using gcc 5.2 as default compiler, Mac OS 10.10 and the Basho's patched version of Erlang (OTP_R16B02_basho8) I put a post in GitHubGist with a full description and logs https://gist.github.com/rhu