-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Unable to install wrk2 in osx-elcapitan #186
Comments
obvisouly you should install openssl-dev library but it will be a simple way to solve your problem. install wrk using brew, see blew command brew install wrk It will automatic resolve all wrk's all dependces |
may be |
In my case modifying the Makefile and adding When you |
@kalyanjennu: By the way, wrk2 is a separate project: https://github.com/giltene/wrk2 |
Thanks for the replies everyone! |
Hi,
I tried installing wrk2 in OS X elcapitan. I am getting below error.
CC src/wrk.c
In file included from src/wrk.c:3:
src/wrk.h:11:10: fatal error: 'openssl/ssl.h' file not found
include <openssl/ssl.h>
1 error generated.
make: *** [obj/wrk.o] Error 1
The text was updated successfully, but these errors were encountered: