Re: building with meson on windows with ssl

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: building with meson on windows with ssl
Date: 2023-11-12 16:41:15
Message-ID: CADK3HH+jJv3JkRCQEPtVb_MQRrjyXLSVAqZ++dXXhWHh_Lm7Mw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 12 Nov 2023 at 07:57, Dave Cramer <davecramer(at)gmail(dot)com> wrote:

> Greetings,
>
> 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

Dave

>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Laurenz Albe 2023-11-12 17:15:35 Re: [PATCH] Add support function for containment operators
Previous Message Andrew Dunstan 2023-11-12 14:09:27 Re: pg_basebackup check vs Windows file path limits