Thanks, Sean!
It was because riak_pb wasn't installed correctly. My server is a vanilla
Ubuntu 12.04. I had to install these packages to build riak_bf:
protobuf > 2.5.0
python-setuptools
maven2
After building it, riak started working.
One note: even riak_pb says BUILD SUCCESSFUL, it ended with
Buri,
riak_pb_messages is a module generated by rebar at build time. Do you have
the latest riak_pb dependency? How did you build the client?
On Fri, Mar 21, 2014 at 9:44 AM, Buri Arslon wrote:
> Hi guys!
>
> I'm playing with Riak 2.0 pre15. I also updated riakc-erlang-client to the
> latest.