Re: How to ensure that SSPI support (Windows) enabled?

2023-05-19 Thread Dimitry Markman
Thanks Stephen, very useful information dm On 5/19/23, 12:02 PM, "Stephen Frost" wrote: Greetings, Please don't top-post. * Dimitry Markman (dmark...@mathworks.com<mailto:dmark...@mathworks.com>) wrote: > I was asking our 3p library people how to add windows support

Re: How to ensure that SSPI support (Windows) enabled?

2023-05-19 Thread Dimitry Markman
, so all I need is to use –with-gssapi On linux I use MIT Kerberos that we build in our 3p environment (only linux) When I ask to build MIT Kerberos on windows that’s when I was advised simply to use SSPI Thanks again dm From: Tom Lane Date: Friday, May 19, 2023 at 11:26 AM To: Dimitry Markman

How to ensure that SSPI support (Windows) enabled?

2023-05-19 Thread Dimitry Markman
nce Dimitry Markman

Re: some problem explicit_bzero with building PostgreSQL on linux

2023-03-07 Thread Dimitry Markman
Hi Tom, thanks a lot Adding explicit_bzero.o did the job Thanks a lot dm From: Tom Lane Date: Tuesday, March 7, 2023 at 9:14 AM To: Dimitry Markman Cc: pgsql-hackers@lists.postgresql.org , Bhavya Dabas Subject: Re: some problem explicit_bzero with building PostgreSQL on linux Dimitry

some problem explicit_bzero with building PostgreSQL on linux

2023-03-07 Thread Dimitry Markman
Hi, we got some problem with building PostgreSQL (version 15.1) on linux ldd —version returns ldd (Debian GLIBC 2.31-13+deb11u5.tmw1) 2.31 we can build it all right, however we want to use binaries on different glibc version so we’re detecting usage of the glibc version > 2.17 and we need to pr