-
Notifications
You must be signed in to change notification settings - Fork 632
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
fatal error: 'openssl/sha.h' file not found #103
Comments
Use this make file e93ff8c |
@viktorstrate That makefile adds a dependency on brew! Was that intentional? What about those of us who use macports rather than brew? Here's the openssl I have installed using macports:
|
I am not the author of the make file. To fix it try to replace
Replace [PATH_TO_OPENSSL] with your path |
do you reslove it ? |
Not resolved |
Makefile from e93ff8c works great.
Can we add this to |
PR #75 fixes the issue. |
Related: #65 |
Looks like Mac dropped support for openssl:
https://www.anintegratedworld.com/mac-osx-fatal-error-opensslsha-h-file-not-found/
…On Sat, Oct 7, 2017 at 8:43 AM, Tom Atkinson ***@***.***> wrote:
I'm on Mac os 10.12.6 and after pulling down from github when I try to rub
"make" I get a fatal error about OpenSSL header file not found?
_~/G/vanitygen ❯❯❯ make master
cc -ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c
vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found
#include <openssl/sha.h>
^
1 error generated.
make: *** [vanitygen.o] Error 1
~/G/vanitygen ❯❯❯ brew install openssl ✘ 2 master
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
No changes to formulae.
Warning: openssl 1.0.2l is already installed
~/G/vanitygen ❯❯❯ make master
cc -ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c
vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found
#include <openssl/sha.h>
^
1 error generated.
make: *** [vanitygen.o] Error 1
~/G/vanitygen ❯❯❯ ls ✘ 2 master
CHANGELOG LICENSE Makefile.Win32 avl.h keyconv.c oclengine.h
oclvanityminer.c pattern.h util.h winglue.c
INSTALL Makefile README calc_addrs.cl oclengine.c oclvanitygen.c
pattern.c util.c vanitygen.c winglue.h
~/G/vanitygen ❯❯❯ ./make master
zsh: no such file or directory: ./make
~/G/vanitygen ❯❯❯ make ✘ 127 master
cc -ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c
vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found
#include <openssl/sha.h>
^
1 error generated.
make: *** [vanitygen.o] Error 1
~/G/vanitygen ❯❯❯_
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#103>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF93xAzLthqAEgU0W0YAVuBhIzvHGVKTks5sp4AegaJpZM4PxWqC>
.
|
I'm on Mac os 10.12.6 and after pulling down from github when I try to rub "make" I get a fatal error about OpenSSL header file not found?
_~/G/vanitygen ❯❯❯ make master
cc -ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c
vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found
#include <openssl/sha.h>
^
1 error generated.
make: *** [vanitygen.o] Error 1
~/G/vanitygen ❯❯❯ brew install openssl ✘ 2 master
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
No changes to formulae.
Warning: openssl 1.0.2l is already installed
~/G/vanitygen ❯❯❯ make master
cc -ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c
vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found
#include <openssl/sha.h>
^
1 error generated.
make: *** [vanitygen.o] Error 1
~/G/vanitygen ❯❯❯ ls ✘ 2 master
CHANGELOG LICENSE Makefile.Win32 avl.h keyconv.c oclengine.h oclvanityminer.c pattern.h util.h winglue.c
INSTALL Makefile README calc_addrs.cl oclengine.c oclvanitygen.c pattern.c util.c vanitygen.c winglue.h
~/G/vanitygen ❯❯❯ ./make master
zsh: no such file or directory: ./make
~/G/vanitygen ❯❯❯ make ✘ 127 master
cc -ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c
vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found
#include <openssl/sha.h>
^
1 error generated.
make: *** [vanitygen.o] Error 1
~/G/vanitygen ❯❯❯_
The text was updated successfully, but these errors were encountered: