VirtualBox

Opened 7 years ago

Last modified 7 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)

patch.txt (3.1 KB ) - added by IndyJones 7 years ago.
OpenSSL 1.1.0 configure.vbs patch

Download all attachments as: .zip

Change History (3)

comment:1 by Frank Mehnert, 7 years ago

Patch welcome.

comment:2 by IndyJones, 7 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.

by IndyJones, 7 years ago

Attachment: patch.txt added

OpenSSL 1.1.0 configure.vbs patch

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use