Re: BUG #18672: failing to link postgresql

From: Thierry Bastian <bastian(dot)thierry(at)laposte(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18672: failing to link postgresql
Date: 2024-10-28 10:49:10
Message-ID: 2297DBBC-1408-4473-8385-F9F0469F484C@laposte.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello Tom and thank you for the feedback.

I believe that comes from the fact that I build openssl myself and I build static libs. That makes it so some additional symbols are pulled in.

Regards,
Thierry Bastian

> On 24 Oct 2024, at 22:30, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
>> In short, in src/interfaces/libpq/Makefile there is a check for lib-a to not
>> contain a call to exit. But the issue is that on macOS, it still uses
>> _atexit and pthread_exitm which are fine.
>
> Nobody else has reported any such problem. What build modifications
> did you make to cause this?
>
> regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Junwang Zhao 2024-10-28 11:49:54 Re: BUG #18674: Partitioned table doesn't depend on access method it uses
Previous Message Kritika Agarwal 2024-10-28 10:00:32 Re: BUG #18668: [Windows] September 2024 releases (17.0, 16.4, etc) all include older libiconv-2.dll