We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python3.6 64bits I want to install this lib by mingw32. I install https://slproweb.com/download/Win32OpenSSL-1_0_2o.exe from http://slproweb.com/products/Win32OpenSSL.html error: ld.exe: skipping incompatible libeay32.lib when searching for -llibeay32 What version of openssl libeay32 is required?
ld.exe: skipping incompatible libeay32.lib when searching for -llibeay32
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
Problem: Several years(!) ago, OpenSSL renamed libeay32.dll -> libcrypto.dll. Solution: Don't use this outdated package, use pip install argon2-cffi.
libeay32.dll -> libcrypto.dll
pip install argon2-cffi
I see you ^^) thank you.
No branches or pull requests
Python3.6 64bits
I want to install this lib by mingw32.
I install https://slproweb.com/download/Win32OpenSSL-1_0_2o.exe from http://slproweb.com/products/Win32OpenSSL.html
error:
ld.exe: skipping incompatible libeay32.lib when searching for -llibeay32
What version of openssl libeay32 is required?
The text was updated successfully, but these errors were encountered: