-
retrodoodhello! I am running OmniOS latest stable release. It seems to me that Kerberos V5 header and library are mismatched. Header shows prototypes for krb5_get_init_creds_opt_alloc and krb5_get_init_creds_opt_free, but nm does not find those symbols in the library. C test program also fails to link when using those functions.
-
retrodoodI have tried to compile the test program on FreeBSD 15.1 and Fedora Linux 44, both work fine
-
retrodoodso they must have a newer version of libkrb5.so
-
retrodoodwhere should I report this?
-
mischiefretrodood: possibly github.com/omniosorg/omnios-build ?
-
mischief(not sure, i am new here)
-
retrodoodmischief: okay, as you are new like me, I will wait for an answer from an experienced user or even developer
-
retrodoodanother very minor issue, I am glad Cyrus IMAPD 3.12.2, the latest stable is available as a pkg package. I see that Cyrus IMAPD man pages are brought to use using symlinks. master(8) symlink is missing, should do: root@omnios:/opt/ooce/share/man/man8# ln -s ../../../cyrus/share/man/man8/master.8 master.8
-
andyfretrodood - see github.com/omniosorg/omnios-extra/b…aster/build/cyrus/local.mog#L45-L47 - the page is renamed to cyrus-master.8, so running `man cyrus-master` should work.
-
retrodoodandyf: thanks, it may indeed be a good decision to rename it as "master" is quite ambiguos
-
retrodoodandyf: do you have any idea about the Kerberos V5 issue?
-
retrodoodI came across it while trying to build Inn 2.7.3
-
andyfI don't offhand. I think all of krb5 is part of the illumos-gate rather than something that OmniOS adds.
-
retrodoodandyf: you are probably right. As far as I know, I have not installed anything krb5 related so the header and the library must have come as part of the "base OS", or whatever you call it with OmniOS
-
andyfI would go and take a look at the files in github.com/illumos/illumos-gate and the illumos issue tracker at illumos.org/issues
-
retrodoodI guess I should report this issue at illumos-gate GitHub Issues page. I will do it now.
-
retrodoodyes exactly
-
andyfWorth checking if the krb5.h file is coming from there with the same problem, and if anyone has reported this already.
-
retrodoodgot it thanks
-
retrodoodI filed a bug report at illumos.org/issues/18203
-
fenix→ BUG 18203: Kerberos V5 header and library mismatch (New)
-
retrodoodbtw, omnios.org/about/contact.html has a typo, s/Comunity/Community/
-
andyfThanks, fixed that one.
-
retrodoodno problem