Re: dikkop seems unhappy because of openssl stuff (FreeBSD 14-BETA1)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: dikkop seems unhappy because of openssl stuff (FreeBSD 14-BETA1)
Date: 2025-08-08 22:27:44
Message-ID: 1976532.1754692064@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[ resurrecting an old thread ]

I wrote:
> I did discover that plperl works for me after adding --with-openssl
> to the configure options. Not sure if it's worth digging any further
> than that.

FYI, I just observed this exact same behavior (PL/Perl fails with
a panic inside libperl if you build it without --with-openssl)
on FreeBSD 13.5 x86 (32-bit). So that wasn't new in FreeBSD 14,
and it's not ARM-specific.

I'm still unexcited about trying to track down the precise cause,
but I thought this might be useful info to have in the archives.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-08-08 22:28:09 Re: Kernel AIO on FreeBSD, macOS and a couple of other Unixen
Previous Message Masahiko Sawada 2025-08-08 22:24:47 Re: Support getrandom() for pg_strong_random() source