Re: building with meson on windows with ssl

From: Andres Freund <andres(at)anarazel(dot)de>
To: Dave Cramer <davecramer(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: building with meson on windows with ssl
Date: 2023-11-14 01:56:44
Message-ID: 20231114015644.txniaevidwa23w7q@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2023-11-12 11:41:15 -0500, Dave Cramer wrote:
> On Sun, 12 Nov 2023 at 07:57, Dave Cramer <davecramer(at)gmail(dot)com> wrote:
> > I am getting the following error
> > building on HEAD
> >
> > Library crypto found: YES
> > Checking for function "CRYPTO_new_ex_data" with dependencies -lssl,
> > -lcrypto: NO
> >
>
> So this is the error you get if you mix a 64 bit version of openssl and
> build with x86 tools. Clearly my problem, but the error message is less
> than helpful

There probably is more detail in meson-logs/meson-log.txt - could you post
that?

The problem could be related to the fact that on windows you (I think) can
have binaries with both 32bit and 64bit libraries loaded.

Was this with msvc or gcc/mingw?

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2023-11-14 01:58:54 Re: Why do indexes and sorts use the database collation?
Previous Message vignesh C 2023-11-14 01:50:51 Re: pg_upgrade and logical replication