I see rsyslog relp, it seem really a very good thing! I would try it as alternative to tcp.
So I successfully installed librelp:
- Code: Select all
ldconfig -v | grep librelp
librelp.so.0 -> librelp.so.0.0.0
which let me to successfully make rsyslog "3.16.1" with relp.
But when I try to star a relp server with this rsyslog.conf directive
- Code: Select all
line61: $ModLoad imrelp.so
line62: $InputRELPServerRun 6666
rsyslog doesn't start and tell me this:
2008-06-09T15:29:19.557352+02:00 vm rsyslogd: [origin software="rsyslogd" swVersion="3.16.1" x-pid="22882" x-info="http://www.rsyslog.com"] restart
2008-06-09T15:29:19.557422+02:00 vm rsyslogd:could not load module '/usr/local/lib/rsyslog/imrelp.so', dlopen: /usr/local/lib/rsyslog/imrelp.so: undefined symbol: relpEngineAddListner
2008-06-09T15:29:19.557440+02:00 vm rsyslogd:the last error occured in /etc/rsyslog.conf, line 61
2008-06-09T15:29:19.557448+02:00 vm rsyslogd:invalid or yet-unknown config file command - have you forgotten to load a module?
2008-06-09T15:29:19.557455+02:00 vm rsyslogd:the last error occured in /etc/rsyslog.conf, line 62
rsyslogd 3.16.1 is compiled with:
FEATURE_REGEXP: Yes
FEATURE_LARGEFILE: Yes
FEATURE_NETZIP (message compression): Yes
GSSAPI Kerberos 5 support: No
FEATURE_DEBUG (debug build, slow code): No
Runtime Instrumentation (slow code): No
Librelp is librelp-0.1.1.
Could you help me?
Thank you very much
Best Regards


