Closed AnderEnder closed 6 years ago
@cwhsu1984 This PR is about adding ability to build it on macosx, it does not change any dependencies it required(openssl is one of them)
Yes, you are correct. Even I cannot figure out why I add the comment here. Maybe I was just too tired to see it at the moment. Well the thing that I want to say is that you need libssl1.1, but it should not related to this PR.
It should really mention that you might need libssl1.1 to use it. I compiled wrk2 on ubuntu and copy it to another new machine then I couldn't use it. It would tell you this:
./wrk: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
See this means that you need to install libssl1.1 to use wrk2.