Re: windows config.pl question - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: windows config.pl question
Date
Msg-id 20200731094354.GE3317@paquier.xyz
Whole thread Raw
In response to Re: windows config.pl question  (Dmitry Markman <dmarkman@mac.com>)
Responses Re: windows config.pl question  (Dmitry Markman <dmarkman@mac.com>)
List 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:
https://www.postgresql.org/docs/current/install-windows-full.html#id-1.6.4.8.8
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: [PATCH] Remove useless distinct clauses
Next
From: torikoshia
Date:
Subject: Re: Is it useful to record whether plans are generic or custom?