-
Notifications
You must be signed in to change notification settings - Fork 121
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
[win] libeay32.lib absolute path (LNK1181 error solved) #92
Comments
+1 this should be addressed properly. |
I added some notes about windows: https://github.com/cryptocoinjs/secp256k1-node/tree/d96965d40369a70ac255413b4f9474dc4ea7ffa4#windows |
Thx. I suggest you link to this workaround too, because it contains an exact description what to do (just installing it is NOT enough): |
@drandreaskrueger why installing OpenSSL is NOT enough? |
it also needed
|
@drandreaskrueger check new version of OpenSSL (1.0.2h for example) |
If that does fix it, fine. My own problem was solved, anyways, in June already. Thanks for your efforts. Have a nice day. |
Please see LNK1181 solution.
I have linked the two lines in binding.gyp
Is it the only way to demand that one specific absolute path to that library?
If yes, then please also check the folder above, then this copying-to-lib doesn't need to be.
Alternatively, perhaps you could simply include and ship that "libeay32.lib" ?
The text was updated successfully, but these errors were encountered: