basho / basho_bench

A load-generation and testing tool for basically whatever you can write a returning Erlang function for.
Apache License 2.0
311 stars 197 forks source link

Required erlang version not clear [JIRA: RCS-348] #201

Closed robinbowes closed 8 years ago

robinbowes commented 8 years ago

This is mostly a documentation issue, but the README states that "Erlang/OTP R13B03 or later" is required.

I have installed Erlang R14B04 (from EPEL on Oracle Linux 6.x) and get this make error:

$ make all
./rebar get-deps

=ERROR REPORT==== 2-Feb-2016::10:14:01 ===
beam/beam_load.c(1365): Error loading module rebar:
  use of opcode 153; this emulator supports only up to 152

After some searching, I found #154 from 2014 in which I read:

The version of Erlang/OTP that you're using to try to build basho_bench appears to be R14, whereas basho_bench requires R15 or newer ... including the rebar executable that's bundled with basho_bench.

Can you please fix the README to reflect this.

R.

jadeallenx commented 8 years ago

Thanks for the report. I opened PR #202 to address this issue.

slfritchie commented 8 years ago

202 merged, closing. Thanks for finding the runtime version mismatch!