Re: undefined symbol when installing pgcrypto on 16.1

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Michael Nolan <htfoot(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: undefined symbol when installing pgcrypto on 16.1
Date: 2024-01-17 23:32:40
Message-ID: A9136BB3-9B98-48C2-8DBC-146A9AE99862@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On 18 Jan 2024, at 00:24, Michael Nolan <htfoot(at)gmail(dot)com> wrote:
>
> Sorry for the delay in responding, network issues kept me offline for
> several days.
>
> These are the openssl packages installed from the Almalinux 9 repositories:
>
> apr-util-openssl.x86_64 1.6.1-23.el9 @appstream
> openssl.x86_64 1:3.0.7-24.el9 @anaconda
> openssl-devel.x86_64 1:3.0.7-24.el9 @appstream
> openssl-libs.x86_64 1:3.0.7-24.el9 @anaconda
>
> I reinstalled the devel package, still get the same unresolved symbol error.

My memory is failing me, but isn't CAST5 only available when loading the legacy
provider in OpenSSL 3? Which providers are loaded in your openssl config?

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Nolan 2024-01-17 23:59:29 Re: undefined symbol when installing pgcrypto on 16.1
Previous Message Jim Nasby 2024-01-17 23:25:14 Re: Mimic ALIAS in Postgresql?