Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 716736

Summary: app-crypt/mit-krb5-1.18: /usr/lib64/libkrb5.so LACKING krb5_rc_destroy
Product: Gentoo Linux Reporter: Andreas <alamahant>
Component: Current packagesAssignee: Gentoo Kerberos Maintainers <kerberos>
Status: RESOLVED CANTFIX    
Severity: normal CC: alamahant, jstein, sam
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=738968
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreas 2020-04-08 21:49:40 UTC
I discovered this potential error when mod_auth_kerb would not load anymore in apache after updating to mit-krb5-1.18

As advised i run:
nm -D --defined-only /usr/lib64/libkrb5.so | grep krb5_rc_destroy
and there was no output.
AFTER DOWNGRADING TO mit-krb5-1.17.1 the above command shows:

nm -D --defined-only /usr/lib64/libkrb5.so | grep krb5_rc_destroy
000000000006dc10 T krb5_rc_destroy

IS this a bug or a change of the lib?



Reproducible: Always
Comment 1 Matt Turner gentoo-dev 2020-04-08 22:39:38 UTC
Looks intentionally removed in

https://github.com/krb5/krb5/commit/dcb853ac32779b173f39e19c0f24b0087de85771
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-29 08:42:16 UTC
Not much we can do about this. It was intentional, as regrettable as that might be.