Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't compile on cenos6.4 #22

Open
markray opened this issue Nov 18, 2014 · 1 comment
Open

can't compile on cenos6.4 #22

markray opened this issue Nov 18, 2014 · 1 comment

Comments

@markray
Copy link

markray commented Nov 18, 2014

sudo sh start-dev.sh
==> cowlib (compile)
ERROR: OTP release R14B04 does not match required regex R17
make: *** [app] Error 1
Erlang R14B04 (erts-5.8.5) [source] [64-bit] [smp:8:8] [rq:8] [async-threads:0] [kernel-poll:false]

is this an issue? how to fix it?

@linearregression
Copy link

I looks like you are using R17 ..

Try changing rebar.config line:
{require_otp_vsn, "R14"}. to
{require_otp_vsn, "R17"}.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants