From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | huchangqi(at)loongson(dot)cn |
Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: PG buildfarm member cisticola |
Date: | 2024-07-24 11:09:22 |
Message-ID: | 202407241109.w33yc4mtekls@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2024-Jul-24, Alvaro Herrera wrote:
> be-secure-openssl.c:(.text+0x1f8c): undefined reference to `ERR_new'
> be-secure-openssl.c:(.text+0x1fa4): undefined reference to `ERR_set_debug'
> be-secure-openssl.c:(.text+0x1fb8): undefined reference to `ERR_set_error'
> be-secure-openssl.c:(.text+0x2010): undefined reference to `ERR_new'
> be-secure-openssl.c:(.text+0x20b0): undefined reference to `SSL_get1_peer_certificate'
> In this run, openssl is
> checking for openssl... /usr/bin/openssl
> configure: using openssl: OpenSSL 1.1.1g FIPS 21 Apr 2020
Hmm, it appears that these symbols did not exist in 1.1.1g, and since
neither of them is invoked directly by the Postgres code, maybe the
reason for this is that the OpenSSL headers being used do not correspond
to the library being linked.
--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Hayato Kuroda (Fujitsu) | 2024-07-24 11:40:57 | RE: [Proposal] Add foreign-server health checks infrastructure |
Previous Message | Andrey M. Borodin | 2024-07-24 11:08:01 | Re: [PATCH] GROUP BY ALL |