vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found
jacks0n9 opened this issue · 2 comments
jacks0n9 commented
When I cd into the vanitygen directory (mac) and type make, it gives me the error "vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found"
EugenioMoro commented
You need to install libssl-dev
adityasuseno commented
sudo apt install libssl-dev