xSke / garlium

Garlium; Garlicoin thin client
https://xske.github.io/garlium
MIT License
29 stars 8 forks source link

MacOS (scrypt-1.2.0/libcperciva/crypto/crypto_aes.c:6:10: fatal error: 'openssl/aes.h' file not found) #34

Closed MCApollo closed 6 years ago

MCApollo commented 6 years ago

FIXED if you failed to run "bin/python3 setup.py install" set env of the following export LDFLAGS="-L/usr/local/opt/openssl/lib" export CPPFLAGS="-I/usr/local/opt/openssl/include" if you have homebrew - make sure you upgraded openssl and rerun the compile