13:33:58 hello! 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. 13:47:35 I have tried to compile the test program on FreeBSD 15.1 and Fedora Linux 44, both work fine 13:48:05 so they must have a newer version of libkrb5.so 13:48:35 where should I report this? 14:24:04 retrodood: possibly https://github.com/omniosorg/omnios-build ? 14:24:13 (not sure, i am new here) 14:25:46 mischief: okay, as you are new like me, I will wait for an answer from an experienced user or even developer 14:52:32 another 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 15:07:42 retrodood - see https://github.com/omniosorg/omnios-extra/blob/master/build/cyrus/local.mog#L45-L47 - the page is renamed to cyrus-master.8, so running `man cyrus-master` should work. 15:09:28 andyf: thanks, it may indeed be a good decision to rename it as "master" is quite ambiguos 15:11:17 andyf: do you have any idea about the Kerberos V5 issue? 15:12:18 I came across it while trying to build Inn 2.7.3 15:14:23 I don't offhand. I think all of krb5 is part of the illumos-gate rather than something that OmniOS adds. 15:22:21 andyf: 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 15:24:18 I would go and take a look at the files in https://github.com/illumos/illumos-gate and the illumos issue tracker at https://www.illumos.org/issues/ 15:24:23 I guess I should report this issue at illumos-gate GitHub Issues page. I will do it now. 15:24:31 yes exactly 15:24:35 Worth checking if the krb5.h file is coming from there with the same problem, and if anyone has reported this already. 15:24:56 got it thanks 15:48:45 I filed a bug report at https://www.illumos.org/issues/18203 15:48:46 → BUG 18203: Kerberos V5 header and library mismatch (New) 16:35:36 btw, https://omnios.org/about/contact.html has a typo, s/Comunity/Community/ 17:48:51 Thanks, fixed that one. 18:16:22 no problem