On Thu, Oct 31, 2013 at 05:43:28PM -0400, m.roth@5-cent.us wrote:
Stephen Harris wrote:
Do 'rsyslogd -n -N1 -d' and you might get a better diagnostic (eg missing libraries or incompatible libraries)
Or ldd /sbin/rsyslogd.
No, that's not good enough. rsyslogd loads modules dynamically and they don't show in the ldd output. Further, if the dependent module is the wrong version then the code might abort with missing function linkages.
You can only see this by actually running the programming. The options I provided basically tells rsyslogd to do a config check with debug mode turned on.