No ENABLE_GSS in generated Visual Studio project files

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: brian(dot)y(dot)ye(at)gmail(dot)com
Subject: No ENABLE_GSS in generated Visual Studio project files
Date: 2021-05-24 19:39:27
Message-ID: 162188516759.9354.14591223689025717232@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/install-windows.html
Description:

I tried to build using Visual Studio 2019.
Although I have enable the kerberos support in the configuration file,
the generated Visual Studio project files do not define "ENABLE_GSS".
Running the binaries (as a service) resulted in the following error in the
log file:

2021-05-24 14:19:04.047 CDT [256] LOG: starting PostgreSQL 13.2, compiled
by Visual C++ build 1928, 64-bit
2021-05-24 14:19:04.048 CDT [256] LOG: listening on IPv6 address "::", port
5432
2021-05-24 14:19:04.049 CDT [256] LOG: listening on IPv4 address "0.0.0.0",
port 5432
2021-05-24 14:19:04.099 CDT [256] LOG: invalid authentication method "gss":
not supported by this build
2021-05-24 14:19:04.099 CDT [256] CONTEXT: line 87 of configuration file
"D:/Programs/PostgreSQL/13/data/pg_hba.conf"
2021-05-24 14:19:04.099 CDT [256] FATAL: could not load pg_hba.conf
2021-05-24 14:19:04.101 CDT [256] LOG: database system is shut down

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Michael Paquier 2021-05-25 02:18:32 Re: No ENABLE_GSS in generated Visual Studio project files
Previous Message Jonathan S. Katz 2021-05-24 14:04:43 Re: failed to connect to PostgreSQL server on "db01:5432" using INET socket