I am trying to get the rsyslog working. I have found out the the settings had to be done from the master profile. Now that I have correct settings and a config the service still does not start. This is due to a missing symbol error. The symbol BIO_get_callback_arg comes from crypt/bio/bio_cb.c according to this page: https://linux.die.net/man/3/bio_get_callback_arg
I am running Libreelec 11.0.3 on x86_64 (Intel NUC7i3BNK)
This is the error when starting rsyslog by hand:
Code
LibreELEC:~/.kodi/addons/service.rsyslog/lib/rsyslog # RSYSLOG_MODDIR=/storage/.kodi/addons/service.rsyslog/lib/rsyslog/ /storage/.k
odi/addons/service.rsyslog/bin/rsyslogd -n -f /storage/.kodi/userdata/addon_data/service.rsyslog/rsyslog.conf
rsyslogd: could not load module 'omrelp', errors: trying to load module /storage/.kodi/addons/service.rsyslog/lib/rsyslog/omrelp.so: /storage/.kodi/addons/service.rsyslog/lib/rsyslog/omrelp.so: undefined symbol: BIO_get_callback_arg [v8.2308.0 try https://www.rsyslog.com/e/2066 ]
rsyslogd: module name 'omrelp' is unknown [v8.2308.0 try https://www.rsyslog.com/e/2209 ]
rsyslogd: error during parsing file /storage/.kodi/userdata/addon_data/service.rsyslog/rsyslog.conf, on or before line 88: errors occurred in file '/storage/.kodi/userdata/addon_data/service.rsyslog/rsyslog.conf' around line 88 [v8.2308.0 try https://www.rsyslog.com/e/2207 ]
rsyslogd: there are no active actions configured. Inputs would run, but no output whatsoever were created. [v8.2308.0 try https://www.rsyslog.com/e/2103 ]
rsyslogd: run failed with error -2103 (see rsyslog.h or try https://www.rsyslog.com/e/2103 to learn what that number means)