Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2024 03:22:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279910] database/postgresql16-server: GSSAPI dumps core
Message-ID:  <bug-279910-7788-8pFyiPgB7B@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279910-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279910-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279910

Cullum Smith <cullum@sacredheartsc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cullum@sacredheartsc.com

--- Comment #2 from Cullum Smith <cullum@sacredheartsc.com> ---
Created attachment 254242
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254242&action=
=3Dedit
Use standard gssapi.mk variables for databases/postgresql16-server

I am surprised you were able to compile postgresql16-server using the MIT
GSSAPI option. This was impossible for me due to Bug 276030.

It segfaulted because (according to your backtrace) postgres was somehow li=
nked
against both the ancient Heimdal krb5 in base (/usr/lib/libgssapi.so.10 and
/usr/lib/libkrb5.so.11) and the MIT krb5 from ports
(/usr/local/lib/libkrb5.so.3.3).

The two are incompatible and will result in runtime crashes when used toget=
her.

This is probably a duplicate of Bug 225801.

I'm using the attached patch to build postgresql16-server with MIT kerberos
until this gets resolved.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279910-7788-8pFyiPgB7B>