samr7 / vanitygen

GNU Affero General Public License v3.0
1.23k stars 632 forks source link

vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found #134

Closed jacks0n9 closed 3 years ago

jacks0n9 commented 4 years ago

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 4 years ago

You need to install libssl-dev

adityasuseno commented 3 years ago

sudo apt install libssl-dev