Re: BUG #16775: Problem building with Kerberos (--with-gssapi) support on Windows

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: uwe(dot)benner(at)posteo(dot)de
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16775: Problem building with Kerberos (--with-gssapi) support on Windows
Date: 2020-12-14 22:11:06
Message-ID: 1073775.1607983866@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> I am building postgres from source on Windows, because I need a 32bit
> version, and wanted to have kerberos support a.k.a. `--with-gssapi`
> activated.
> When compiling, it complains about the line 493 in file
> src/backend/be-secure-gssapi.c [0]
> 493 setenv("KRB5_KTNAME", pg_krb_server_keyfile, 1);

Huh, is there suddenly some great groundswell of interest in
GSSAPI on Windows? Anywhere, see near-duplicate report from
earlier today:

https://www.postgresql.org/message-id/flat/16773-c0bb1bc300bde127%40postgresql.org

and the earlier discussions that links to.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2020-12-15 01:40:52 BUG #16776: The database cluster initialisation failed
Previous Message PG Bug reporting form 2020-12-14 21:32:17 BUG #16775: Problem building with Kerberos (--with-gssapi) support on Windows