Monday, February 19, 2018

MAC "fatal error: 'openssl/opensslconf.h' file not found"


Run these two command to fix it

export CPPFLAGS=-I/usr/local/opt/openssl/include
export LDFLAGS=-L/usr/local/opt/openssl/lib