Re: Re: PG buildfarm member cisticola - Mailing list pgsql-hackers

From 胡常齐
Subject Re: Re: PG buildfarm member cisticola
Date
Msg-id a241e4d.250c.1914aa1c41f.Coremail.huchangqi@loongson.cn
Whole thread Raw
In response to Re: PG buildfarm member cisticola  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
Sorry for the late reply.
Yes , it's the openssl , i accidentally install two version openssl the 3.x and 1.x on the same machine.
I remove the 3.x openssl and it's ok now.
----------
Best regards,
huchangqi

> -----原始邮件-----
> 发件人: "Thomas Munro" <thomas.munro@gmail.com>
> 发送时间:2024-08-02 09:27:53 (星期五)
> 收件人: "Michael Paquier" <michael@paquier.xyz>
> 抄送: "Alvaro Herrera" <alvherre@alvh.no-ip.org>, huchangqi@loongson.cn, pgsql-hackers@lists.postgresql.org
> 主题: Re: PG buildfarm member cisticola
>
> On Thu, Jul 25, 2024 at 8:38 PM Michael Paquier <michael@paquier.xyz> wrote:
> > On Wed, Jul 24, 2024 at 01:09:22PM +0200, Alvaro Herrera wrote:
> > > 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.
>
> Yeah, the OpenSSL 3.x header ssl.h contains:
>
> /* Deprecated in 3.0.0 */
> #  ifndef OPENSSL_NO_DEPRECATED_3_0
> #   define SSL_get_peer_certificate SSL_get1_peer_certificate
> #  endif
>
> PostgreSQL uses the name on the left, but OpenSSL 1.x library does not
> contain the symbol on the right with the 1 in it.  Part of a strategy
> for deprecating that API, but perhaps on that OS it is possible to
> install both OpenSSL versions, and something extra is needed for the
> header search path and library search path to agree?  I don't know
> what Loongnix is exactly, but it has the aura of a RHEL-derivative.
>


本邮件及其附件含有龙芯中科的商业秘密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制或散发)本邮件及其附件中的信息。如果您错收本邮件,请您立即电话或邮件通知发件人并删除本邮件。

This email and its attachments contain confidential information from Loongson Technology , which is intended only for
theperson or entity whose address is listed above. Any use of the information contained herein in any way (including,
butnot limited to, total or partial disclosure, reproduction or dissemination) by persons other than the intended
recipient(s)is prohibited. If you receive this email in error, please notify the sender by phone or email immediately
anddelete it. 
 



pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Logical Replication of sequences
Next
From: "cca5507"
Date:
Subject: Re: Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state