I'm failing on my first attempt of setting up rsyslog to use TLS...
The simplest possible scenario I can setup is made up by two boxes: rsyslog-client and rsyslog-server.
rsyslog-server seems to be fine. rsyslog comes up flawlessly and accepts messages via TCP and UDP, with or w/o TLS encryption. That's fine...
rsyslog-client won't come up cleanly.
I see the following error message on the local /var/log/messages file:
--
2008-10-03T07:15:18.977361-04:00 rsyslog-client rsyslogd:could not load module '/usr/lib/rsyslog/lmnsd_gtls.so', rsyslog error -2078
: No such file or directory
--
but oddly enough, the file is there:
--
# ls -l /usr/lib/rsyslog/lmnsd_gtls.so
-rwxr-xr-x 1 root root 82311 Sep 8 08:53 /usr/lib/rsyslog/lmnsd_gtls.so
--
I works only if I use UDP to send syslog messages from the client side...
am I overseeing something obvious??
Cheers,
Martin


