I am trying to install Apache Thrift on my Mac, but am hitting an issue.
I followed the installation steps on this page, but when I try to do the steps for installing libevent
, I get the following error when running the make
command:
fatal error because of 'openssl/bio.h' file not found
I've checked the version of openSSL I'm using, and it's "0.9.8zg"
Any advice on what I should do to fix this?