Re: Libpq linked to LibreSSL

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Marco Bambini <marco(at)creolabs(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-general(at)lists(dot)postgresql(dot)org, mikael(dot)kjellstrom(at)gmail(dot)com
Subject: Re: Libpq linked to LibreSSL
Date: 2022-12-05 17:00:13
Message-ID: Y44jnVwjzVmP0ZpY@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Dec 5, 2022 at 07:27:11AM +0100, Marco Bambini wrote:
> I am using Ubuntu 14.04.5 LTS (64b bit).
> If I don't modify anything then my test application runs fine and it load OpenSSL 1.0.1f 6 Jan 2014 from the default directory.

I think what Michael Paquier is saying is that you have to _compile_
Postgres using the LibreSSL includes --- you can't take a binary
compliled for OpenSSL and link it against LibreSSL.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Embrace your flaws. They make you human, rather than perfect,
which you will never be.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan Lemig 2022-12-05 17:47:52 Re: Views "missing" from information_schema.view_table_usage
Previous Message Pavel Stehule 2022-12-05 16:07:23 Re: plpgsql_check_function issue after upgrade