Date: Wed, 23 Jul 2025 21:17:23 -0700 From: Mark Millard <marklmi@yahoo.com> To: Konstantin Belousov <kostikbel@gmail.com>, dev-commits-src-main@freebsd.org Cc: Cy Schubert <Cy.Schubert@cschubert.com> Subject: Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default Message-ID: <FD7DB940-45B2-4AC1-9651-4979769A68AB@yahoo.com> References: <FD7DB940-45B2-4AC1-9651-4979769A68AB.ref@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Konstantin Belousov <kostikbel_at_gmail.com> wrote on Date: Wed, 23 Jul 2025 03:24:08 UTC : > On Tue, Jul 22, 2025 at 08:59:41AM -0700, Cy Schubert wrote: > > . . . > >=20 > > Three new libs have the same names. Most don't. The three with the = same=20 > > names are libkrb5, libgssapi_krb5 and libcom_err. >=20 > I see that you added versioning to the krb libs. This is great, but = the libs > with the same name as heimdal still need dso bump. So, does this mean that WITH_MITKBR5 and WITH_KERBEROS need distinct dso version numbers to deal with differences for the 3 files? WITH_KERBOS (main: example): /usr/lib/libkrb5.so.11 /usr/lib/libgssapi_krb5.so.10 /usr/lib/libcom_err.so.5 (I'll not list /usr/lib32/ ones.) The above are from: # uname -apKU FreeBSD 7950X3D-ZFS 15.0-CURRENT FreeBSD 15.0-CURRENT = main-n278320-3a33e39edd48 GENERIC-NODEBUG amd64 amd64 1500048 1500048 WITH_MITKBR5 (main: example, new suffix numbers): /usr/lib/libkrb5.so.12 /usr/lib/libgssapi_krb5.so.11 /usr/lib/libcom_err.so.6 (I'll not list /usr/lib32/ ones.) (I've never set up a WITH_MITKBR5 context.) =3D=3D=3D Mark Millard marklmi at yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FD7DB940-45B2-4AC1-9651-4979769A68AB>