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

[win] libeay32.lib absolute path (LNK1181 error solved) #92

Closed
drandreaskrueger opened this issue Jun 25, 2016 · 7 comments
Closed

[win] libeay32.lib absolute path (LNK1181 error solved) #92

drandreaskrueger opened this issue Jun 25, 2016 · 7 comments

Comments

@drandreaskrueger
Copy link

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" ?

@KrishnaPG
Copy link

+1 this should be addressed properly.

@fanatid
Copy link
Member

fanatid commented Aug 17, 2016

@fanatid fanatid closed this as completed Aug 17, 2016
@drandreaskrueger
Copy link
Author

Thx. I suggest you link to this workaround too, because it contains an exact description what to do (just installing it is NOT enough):
https://github.com/drandreaskrueger/solidity-repl/blob/master/README-win64.md#openssl

@fanatid
Copy link
Member

fanatid commented Aug 18, 2016

@drandreaskrueger why installing OpenSSL is NOT enough?

@drandreaskrueger
Copy link
Author

it also needed

mkdir lib
copy libeay32.lib lib

@fanatid
Copy link
Member

fanatid commented Aug 19, 2016

@drandreaskrueger check new version of OpenSSL (1.0.2h for example)

@drandreaskrueger
Copy link
Author

drandreaskrueger commented Aug 19, 2016

If that does fix it, fine.

My own problem was solved, anyways, in June already.

Thanks for your efforts. Have a nice day.

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

No branches or pull requests

3 participants