Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Marco Aurelio <marcoprodata(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"
Date: 2024-02-08 13:00:38
Message-ID: 1A9B4C54-DFDB-4FEC-9F3C-01EE393DB0F5@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On 7 Feb 2024, at 18:53, Marco Aurelio <marcoprodata(at)gmail(dot)com> wrote:
>
> I changed the path and now the correct version of openssl appears in the config.log, even so, after recompiling and reinstalling both postgresql and the pgcrypto contrib, when trying to create the extension in a database I continue to receive the same error, any further suggestions ?

the _bf functions relate to the Blowfish cipher which was obsoleted in OpenSSL
3 so you need to load the legacy provider in your openssl configuration in
order to use it.

--
Daniel Gustafsson

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Florents Tselai 2024-02-08 13:09:15 cookiecutter template for Postgres extensions
Previous Message Alpaslan AKDAĞ 2024-02-08 08:23:02 Re: archive command doesnt work