From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Dmitry Markman <dmarkman(at)mac(dot)com> |
Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: windows config.pl question |
Date: | 2020-07-31 09:43:54 |
Message-ID: | 20200731094354.GE3317@paquier.xyz |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Jul 30, 2020 at 11:16:01PM -0400, Dmitry Markman wrote:
> sorry I meant file src/tools/msvc/Solution.pm
>
> routine sub GetOpenSSLVersion
>
> has the follwing line:
>
> qq("$self->{options}->{openssl}\\bin\\openssl.exe" version 2>&1);
>
> in our distribution openssl.exe isn’t in the $self->{options}->{openssl}\bin\ location
No idea what you are using as OpenSSL installation , so I cannot say
for sure. FWIW, the scripts in the code tree are made compatible with
what we suggest in the documentation here:
/docs/current/install-windows-full.html#id-1.6.4.8.8
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | torikoshia | 2020-07-31 09:47:48 | Re: Is it useful to record whether plans are generic or custom? |
Previous Message | Ashutosh Bapat | 2020-07-31 09:36:31 | Re: [PATCH] Remove useless distinct clauses |