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:
> > . . .
> > 
> > Three new libs have the same names. Most don't. The three with the same 
> > names are libkrb5, libgssapi_krb5 and libcom_err.
> 
> 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.)

===
Mark Millard
marklmi at yahoo.com


Reply via email to