giltene / wrk2

A constant throughput, correct latency recording variant of wrk
Apache License 2.0
4.28k stars 395 forks source link

add ssl libs to build on macosx #47

Closed AnderEnder closed 6 years ago

cwhsu1984 commented 6 years ago

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.

AnderEnder commented 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)

cwhsu1984 commented 6 years ago

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.