On Thu, Jan 18, 2024 at 5:03 AM Daniel Gustafsson <daniel@yesql.se> wrote:
>
> > On 18 Jan 2024, at 00:59, Michael Nolan <htfoot@gmail.com> wrote:
> > On Wed, Jan 17, 2024 at 5:32 PM Daniel Gustafsson <daniel@yesql.se> wrote:
> >>
>
> That's surprising, I expected that it would require the legacy provider be
> loaded, not the other way around. OpenSSL works in mysterious ways though.
>
> --
> Daniel Gustafsson
>
Turns out that was premature, when I rebuilt postgres to add other
modules I needed, like plperl, the missing symbols issue came back.
So now I'm not sure why it (apparently briefly) worked. I'm assuming
it's an issue with the AlmaLinux 9 version of openssl. I don't know if
compiling it from source would fix the problem, but I may try that
after checking with the AlmaLinux folks.
Would I be correct to assume the postgresql build farm doesn't include
AlmaLinux 9 to test it.
Mike Nolan