Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rTjui-005sa6-DB for pgsql-hackers@arkaria.postgresql.org; Sat, 27 Jan 2024 14:44:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rTjti-006UiZ-Mz for pgsql-hackers@arkaria.postgresql.org; Sat, 27 Jan 2024 14:43:06 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rTjti-006UiQ-Bs for pgsql-hackers@lists.postgresql.org; Sat, 27 Jan 2024 14:43:06 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rTjtf-003eIQ-Uw for pgsql-hackers@lists.postgresql.org; Sat, 27 Jan 2024 14:43:05 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 40REh1Gl1253021; Sat, 27 Jan 2024 09:43:02 -0500 From: Tom Lane To: =?utf-8?Q?Micha=C5=82_K=C5=82eczek?= cc: PostgreSQL Hackers Subject: Re: Segmentation fault on FreeBSD with GSSAPI authentication In-reply-to: <01704B7E-9948-4926-AD7D-D76C55FCF02A@kleczek.org> References: <01704B7E-9948-4926-AD7D-D76C55FCF02A@kleczek.org> Comments: In-reply-to =?utf-8?Q?Micha=C5=82_K=C5=82eczek?= message dated "Sat, 27 Jan 2024 13:45:23 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1253019.1706366581.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sat, 27 Jan 2024 09:43:01 -0500 Message-ID: <1253020.1706366581@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk =3D?utf-8?Q?Micha=3DC5=3D82_K=3DC5=3D82eczek?=3D writ= es: > I am trying to use GSSAPI (Kerberos auth) on FreeBSD. > After several attempts I was able to build PostgreSQL 16 from FreeBSD po= rts with GSSAPI support. The steps were: > 1. Uninstall Heimdal > 2. Install krb5 (MIT Kerberos) > 3. Build Pg with GSSAPI support Which FreeBSD version? Which krb5 package version? Is this x86_64, or something else? regards, tom lane