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