开发者

Can't get Erlang based Riak to work under Ubuntu 9

I have been unable to get Riak working under Ubuntu 9 due to many problems. I tried following the current blog:

http://onerlang.blogspot.com/2009/10/fighting-with-riak.html

: but still Riak is not working. Has anyone else had problems with Riak on Ubuntu 9?

I did get this working eventually by following this guide:

http://megam.info/2010/01/20/riak-strapping-up/

Also I have written my own guide on this as well:

http://riak1.blogspot.com/20开发者_StackOverflow10/02/how-do-i-install-riak-on-ubuntu-9.html


Could you please verify:

  1. You have Erlang OTP release R13B03 installed. I believe that Ubuntu 9 ships with R13B01. You may need to download and build the latest release yourself from http://erlang.org/.

  2. You have libssl installed (and possibly also libssl-dev). The 'crypto' Erlang module requires that library.

If neither of these things fixes the problem, please post the output of:

riak$ ./rebar compile generate verbose=1
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜