Rsyslog - mcarpenter/gnupkg GitHub Wiki

If you're compiling rsyslog for Solaris then you almost certainly require the imsolaris module, which is not enabled by default. (This is a little like klogd under Linux). Enabling this is just a flag to configure:

gnupkg -c 'configure --enable-imsolaris ...' ...