Re: Compile psql 9.6 with SSL Version 1.1.0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ádám Maracska <csusza(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Compile psql 9.6 with SSL Version 1.1.0
Date: 2018-10-12 15:32:13
Message-ID: 7965.1539358333@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

=?UTF-8?B?w4Fkw6FtIE1hcmFjc2th?= <csusza(at)gmail(dot)com> writes:
> Currently I am trying to compile my pqlib with SSL version 1.1.0, but I get
> the following errors:
> *fe-secure-openssl.c(1582): error C2037: left of 'ptr' specifies undefined
> struct/union 'bio_st'*
> [etc]

That certainly ought to work, and does work for me and for several of
our buildfarm machines. I suspect you messed up the build somehow;
perhaps you changed OpenSSL versions and didn't re-run configure? Or
the OpenSSL headers you have installed don't match the library version?
Are the errors you showed the *only* ones you get?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pratik Parikh 2018-10-12 15:41:56 Re: Compile psql 9.6 with SSL Version 1.1.0
Previous Message Adrian Klaver 2018-10-12 14:50:59 Re: Compile psql 9.6 with SSL Version 1.1.0