From: Kevin Z. <kev...@gm...> - 2025-04-28 23:41:29
|
Hi Alexei, Thanks for the report. It sounds like OmniOS requires different header files for the syslog functions. Could you check (via man pages) what header files are required for getenv() and the syslog stuff? Does OmniOS have setresgid? The version in Git now has setresgid detection via configure, can you double check that you're using the right version? Also not sure why it's complaining about missing stdlib.h, when that is clearly included at the top of that file... I don't run OmniOS, but if you're able to figure out what changes are necessary and send me a patch, I can incorporate that into the next release. Regards, Kevin |