-
Notifications
You must be signed in to change notification settings - Fork 44
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
Cannot Start Server #32
Comments
Hi @akefirad thanks... as a first thing, could you use https://github.com/mzbench/mzbench instead of the old satori fork? |
Sure, I think I tried it and it failed with the exact error. I'll retry again. (would you like to update the README about the repo? I can provide the PR) |
Yup, failed with the same error 😞 |
PR's welcome! The error compiling meck must be due to OTP 22 (complaining about I'll try compiling a fresh clone on my machine with OTP 21.3. Bear with me... I'm on a slow cell phone network and technically on vacation :) |
Sure thanks for the support. Enjoy your vacation. |
Confirmed that compilation works for me with OPT 20.3. (on Ubuntu 16.04, using the virtualenv) While this is fine in principle we should look into this with MZBench. Current OTP compatibility would be great there. |
Thanks for the reply. Do you have any idea when it might be fixed? And also as I said I tried to compile it using OTP 20.3 on my machine (Ubuntu 18.04.3) but it failed. Can you please try on U 18.04 too? (Do you want me to post the error?) |
I'm trying to build and use mzbench + vmq_mzbench, but cannot get it running. What I did:
and it fails with:
The environment is:
Then I thought it might be because of the newer version of Erlang/OTP. Then I tried to do the same with Erlang/OTP version 20.3, but it failed with a different error 😞
I also tried to get it running using the RPM package on a CentOS machine:
But it seems
start_server
is not a valid command, since it fails with the help message.Can you please help me with this? Thanks.
The text was updated successfully, but these errors were encountered: