-
Notifications
You must be signed in to change notification settings - Fork 52
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
Not compiling for Windows x64 #93
Comments
Please try using upstream openssl 3.0.5 to see if you get a similar/identical error. A Google search gives: You may need to install additional components. |
I believe the problem was that I used: perl Configure Instead of: perl Configure VC-WIN64A Because I just tried using the second one and it did compile. I hope Apache adopts this so it's easier for them to build a http3 module for httpd. Thanks. |
Ok, closing this out. |
Hello,
I'm trying to compile Openssl-3.0.5+Quic for Windows x64 using the instructions in NOTES-WINDOWS.md and when I run nmake I get this:
crypto\aes\libcrypto-shlib-aes_cfb.obj : fatal error LNK1112: module machine type 'x86' conflicts with target machine type 'x64'
Could Not Find D:\Temp\openssl-openssl-3.0.5-quic\libcrypto-81_3-x64.*
Any idea what's going on?
Thank you.
The text was updated successfully, but these errors were encountered: