Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make throws the following error. #105

Open
quinnoaj opened this issue Nov 3, 2017 · 3 comments
Open

make throws the following error. #105

quinnoaj opened this issue Nov 3, 2017 · 3 comments

Comments

@quinnoaj
Copy link

quinnoaj commented Nov 3, 2017

cc

-ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c
vanitygen.c:26:25: fatal error: openssl/sha.h: No such file or directory
#include <openssl/sha.h>
^
compilation terminated.
make: *** [vanitygen.o] Error 1

@oniony
Copy link

oniony commented Nov 7, 2017

Install openssl?

@Rutrus
Copy link

Rutrus commented Nov 22, 2017

This worked for me in Ubuntu or Debian based system:
sudo apt install libssl-dev

@pickhardt
Copy link

If you're on a Mac, try this (adding a symlink): https://www.anintegratedworld.com/mac-osx-fatal-error-opensslsha-h-file-not-found/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants