samr7/vanitygen

why this happen

HelloWhist opened this issue · 1 comments

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

It is necessary to set:
sudo apt-get install libssl-dev libpcre3-dev