Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb" - Mailing list pgsql-general

From Daniel Gustafsson
Subject Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"
Date
Msg-id 1A9B4C54-DFDB-4FEC-9F3C-01EE393DB0F5@yesql.se
Whole thread Raw
In response to Re: Error on create extension pgcrypto. Undefined symbol "EVP_bf_ecb"  (Marco Aurelio <marcoprodata@gmail.com>)
List pgsql-general
> On 7 Feb 2024, at 18:53, Marco Aurelio <marcoprodata@gmail.com> wrote:
>
> I changed the path and now the correct version of openssl appears in the config.log, even so, after recompiling and
reinstallingboth postgresql and the pgcrypto contrib, when trying to create the extension in a database I continue to
receivethe 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




pgsql-general by date:

Previous
From: Alpaslan AKDAĞ
Date:
Subject: Re: archive command doesnt work
Next
From: Florents Tselai
Date:
Subject: cookiecutter template for Postgres extensions