Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

problem with ssl on mac #140

Closed
abtris opened this issue Nov 14, 2017 · 0 comments
Closed

problem with ssl on mac #140

abtris opened this issue Nov 14, 2017 · 0 comments

Comments

@abtris
Copy link
Contributor

abtris commented Nov 14, 2017

I get error:

build/temp.macosx-10.12-x86_64-2.7/_openssl.c:483:10: fatal error: 'openssl/opensslv.h' file not found

That can be fixed:

brew install openssl

and

export CPPFLAGS=-I/usr/local/opt/openssl/include
export LDFLAGS=-L/usr/local/opt/openssl/lib
@abtris abtris closed this as completed Nov 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant