Subject: Re: build libssh2 with openssl

Re: build libssh2 with openssl

From: Micka <mickamusset_at_gmail.com>
Date: Fri, 15 Feb 2019 15:11:28 +0100

this is how I try to compile ssh2:

cmake -DOPENSSL_INCLUDE_DIR="..\..\..\OpenSSL\source\vc-win32\include"
-DOPENSSL_ROOT_DIR="..\..\..\OpenSSL\source\vc-win32"
-DOPENSSL_SSL_LIBRARY="..\..\..\OpenSSL\source\vc-win32\lib"
-DOPENSSL_CRYPTO_LIBRARY="..\..\..\OpenSSL\source\vc-win32\lib"
-DCRYPTO_BACKEND=OpenSSL

On Fri, Feb 15, 2019 at 1:11 PM Micka <mickamusset_at_gmail.com> wrote:
>
> I'm trying to compile libssh2 on windows :
>
> Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
> system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY) (found
> version "1.1.1b")
>
>
> I Think that the problem is the version of my OPENSSL :
>
> OpenSSL 1.1.1b-dev
>
>
> can some one explain me how to authorized this version of openssl ?
_______________________________________________
libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2019-02-15