From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | brahmbhattkinjal18(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #16320: GSSAPI Error |
Date: | 2020-03-27 19:57:05 |
Message-ID: | 20200327195705.GH13712@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Greetings,
* Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
> Stephen Frost <sfrost(at)snowman(dot)net> writes:
> > * PG Bug reporting form (noreply(at)postgresql(dot)org) wrote:
> >> Hello, i tried to uninstall and reinstall the Postgresql multiple times, but
> >> every time i go to enter my password, it gives me a GSSAPI error.
>
> > You're probably getting bit by the broken GSSAPI library on OSX. Try
> > installing a supported library (MIT Kerberos or Heimdal).
>
> Should we document somewhere that we consider that unsupported?
> Trying it here, I see a bunch of "deprecation" warnings during
> the build, but it does build --- which might lead people to expect
> that it'd work.
There had been discussion on another thread about trying to figure out a
way to detect the OSX GSSAPI library and refuse to build with GSSAPI
support when that's what we'd be building against. I didn't see anyone
post a patch though and I haven't got an OSX box to play with myself
easily at hand.
Thanks,
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2020-03-27 20:36:12 | Re: BUG #16320: GSSAPI Error |
Previous Message | Tom Lane | 2020-03-27 19:27:01 | Re: BUG #16040: PL/PGSQL RETURN QUERY statement never uses a parallel plan |