Is there an existing issue for this?
Current Behavior
When using syslog-ng -s -f <filename> to check the syntax of files the following error is being generated
Error opening plugin module; module='cloud_auth', error='Error relocating /usr/lib/syslog-ng/libcloud_auth.so: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found'
Expected Behavior
Syntax checking to occur without error
Steps To Reproduce
curl -LO https://github.com/splunk/splunk-connect-for-syslog/archive/refs/tags/v3.19.1.tar.gz
gunzip v3.19.1.tar.gz
tar -xf v3.19.1.tar
cd splunk-connect-for-syslog-3.19.1/
syslog-ng -s -f ./package/etc/conf.d/conflib/syslog/app-syslog-vmware_vsphere.conf
Environment
- OS: centos7
- How docker service was installed: yum
CPU architecture
x86-64
Docker creation
docker container run -itd --rm --name sc4s linuxserver/syslog-ng:latest
docker exec -it sc4s bash
Container logs
[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 911
User GID: 911
───────────────────────────────────────
[custom-init] No custom files found, skipping...
crond[168]: crond (busybox 1.36.1) started, log level 5
[ls.io-init] done.
Is there an existing issue for this?
Current Behavior
When using
syslog-ng -s -f <filename>to check the syntax of files the following error is being generatedExpected Behavior
Syntax checking to occur without error
Steps To Reproduce
curl -LO https://github.com/splunk/splunk-connect-for-syslog/archive/refs/tags/v3.19.1.tar.gzgunzip v3.19.1.tar.gztar -xf v3.19.1.tarcd splunk-connect-for-syslog-3.19.1/syslog-ng -s -f ./package/etc/conf.d/conflib/syslog/app-syslog-vmware_vsphere.confEnvironment
CPU architecture
x86-64
Docker creation
docker container run -itd --rm --name sc4s linuxserver/syslog-ng:latest docker exec -it sc4s bashContainer logs
[migrations] started [migrations] no migrations found usermod: no changes ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 911 User GID: 911 ─────────────────────────────────────── [custom-init] No custom files found, skipping... crond[168]: crond (busybox 1.36.1) started, log level 5 [ls.io-init] done.