why this happen
HelloWhist opened this issue · 1 comments
HelloWhist commented
cc -ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c
vanitygen.c:26:25: fatal error: openssl/sha.h: No such file or directory
compilation terminated.
<builtin>: recipe for target 'vanitygen.o' failed
make: *** [vanitygen.o] Error 1
fantoziy commented
It is necessary to set:
sudo apt-get install libssl-dev libpcre3-dev