-
Notifications
You must be signed in to change notification settings - Fork 631
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
Dont make after update OpenSSL on OSX 10.9.1 #45
Comments
How did you update openssl? You might try using my fork at https://github.com/WyseNynja/vanitygen. Using brew to handle the dependencies made a lot of my issues go away. https://github.com/WyseNynja/homebrew-bitcoin |
I'm having the same issue. |
@wysenynja I can't for the life of me compile this with any version of openssl or anything. Do you have a precompiled version you could just give out? I'm on Mavericks. |
I don't have a precompiled version, but you can try using homebrew tap to compile it on your own system
|
I ended up getting it to work by force-uninstalling my openssl and then building an older version from source. It was messy and ruined a bunch of my ports from macports, but I can always just rebuild them. |
Thanks for that tap WyseNynja. Not only did it fix this problem for me but also it got rid of other error messages and instead of running around 300Kkey/s in CPU mode it doubled and now runs at 600Kkey/s. |
It's been some months already... has anyone found the solution to this? I still can't compile (or rather link) the current version due to
Any help/clues? Except switching to brew, I mean... |
Changing line 2 of the Makefile to
fixed it for me. |
OK, needed slightly different line but it worked:
That is of course valid for brew installed openssl. |
@silverdr Thank you! |
@silverdr Thanks. That got it working. |
After updating OpenSSL, make gives an error.
The text was updated successfully, but these errors were encountered: