linuxserver/docker-syslog-ng

[BUG] missing libdbi-drivers for sql backend support

JoKoT3 opened this issue · 1 comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

syslog-ng refuse to start or reload config when configuring a SQL destination

Expected Behavior

syslog-ng accepts SQL destination

Steps To Reproduce

  • configure any sql destination in syslog-ng
  • reload config
  • see in syslog-ng logs : "Unable to initialize database access (DBI); rc='-1', error='No such file or directory (2)'"
  • strace shows syslog-ng try to access /usr/lib/dbd which does not exist
  • reload fails
  • install libbdi-drivers : apk add libdbi-drivers
  • syslog-ng now accept configuration

Environment

- OS: latest (as of 30/12/2022) image on rocky linux 9 (podman)
- How docker service was installed: packaged

CPU architecture

x86-64

Docker creation

not pertinent

Container logs

not pertinent

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!