Skip to content

Building Openssl ver 1.02 instructions incorrect #4

@davidm71

Description

@davidm71

These steps dont work for me:
perl Configure VC-WIN64A --prefix=C:\OpenSSL-win64
ms\do_win64a
ms\do_nasm
nmake -f ms\nt.mak
nmake -f ms\nt.mak install

This worked according to the instructions in the readme:
perl Configure VC-WIN64A

ms\do_win64a
nmake -f ms\ntdll.mak
nmake -f ms\ntdll.mak install

Then to build QT had problems with your configure script. This worked for me instead:

..\configure -opensource -confirm-license -debug-and-release -ssl -openssl -opengl dynamic -static -static-runtime -no-compile-examples -nomake examples -L C:\openssl-win64\lib -I C:\openssl-win64\include OPENSSL_LIBS="-l libeay32 -l ssleay32" -prefix C:\Qt\Qt5.8.0-static-ssl64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions