Re: libpq crashing on macOS during connection startup - Mailing list pgsql-general

From John DeSoi
Subject Re: libpq crashing on macOS during connection startup
Date
Msg-id 0100018c25ba1137-7735f30f-0938-458b-992b-60369d534db0-000000@email.amazonses.com
Whole thread Raw
In response to Re: libpq crashing on macOS during connection startup  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: libpq crashing on macOS during connection startup  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> On Nov 30, 2023, at 7:53 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> gssencmode=disable in your connection options; but that's a tad
> inconvenient probably.

Yes, the application uses PHP PDO to connect to PostgreSQL. I don't see any way to specify that in the connection
options.


> Ugh, not only Heimdal but a very obsolete version thereof?  It borders
> on negligence for the homebrew PG package to be building against that.
> They should be pulling in homebrew's MIT Kerberos package and using
> that, if they want to enable GSSAPI.

I was looking at the homebrew source for PostgreSQL package to see if there was a way to customize the build options. I
didnot find one but saw the comment below. Apparently this is a known issue and it was suggested to use the MIT
Kerberospackage 4 years ago. Instead they just added this comment in 2020. 

# GSSAPI provided by Kerberos.framework crashes when forked.
# See https://github.com/Homebrew/homebrew-core/issues/47494.


John DeSoi, Ph.D.


pgsql-general by date:

Previous
From: "Daniel Verite"
Date:
Subject: Re: Feature request for INITCAP() function
Next
From: Ron Johnson
Date:
Subject: Re: Query related to pg_dump write to a pipe on a windows client and with compressed format