Skip to content

Installing wrk2 on Mac

Grzegorz Miejski edited this page Feb 23, 2018 · 5 revisions

First run: brew install openssl

Then modify Makefile:

  • add -I/usr/local/opt/openssl/include to the end of CFLAGS definition
  • add -L/usr/local/opt/openssl/lib to the end of LIBS definition

Remember about make clean before retrying to run make

Credit goes to @PiotrGoralczyk for his response at: https://github.com/wg/wrk/issues/186#issuecomment-196819089

Clone this wiki locally