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