Opened 8 years ago
Last modified 8 years ago
#16369 new defect
Configuring VirtualBox OSE to build with OpenSSL 1.1.0 on Windows
Reported by: | IndyJones | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.1.12 |
Keywords: | build, openssl, ose | Cc: | |
Guest type: | all | Host type: | Windows |
Description
Currently it is not possible to configure VBox OSE to compile with OpenSSL 1.1.0 libraries on Windows. The configure.vbs script fails:
Checking for openssl... error: Can't locate openssl. Please consult the configure.log and the build requirements.
The problem is that with OpenSSL 1.1.0 the libraries are now called libcrypto.lib and libssl.lib. However configure.vbs is still looking for libeay32.lib and ssleay32.lib.
Attachments (1)
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
This patch correctly detects openssl 1.1.0 library files and also correctly sets the VBOX_WITH_OPENSSL_PRE_1_1 if a pre-1.1.0 openssl installation was found.
Note:
See TracTickets
for help on using tickets.
Patch welcome.