nickva commented on pull request #5: URL: https://github.com/apache/couchdb-mochiweb/pull/5#issuecomment-850503025
Another hurdle! The problem is rebar was compiled on a too old version of Erlang OTP. Usually those should work with future versions but at some point they would break like you saw. To test locally you might do: ``` rm ./rebar ; rebar get-deps && rebar compile && rebar eunit ``` And then install your own rebar bootstrapped from scratch from https://github.com/rebar/rebar.git then run `./bootstrap` and link to or copy the rebar in your $PATH somewhere -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
