error while loading shared libraries: libsyslog-ng-3.23.so.0
Hi, I compiled syslog-ng 3.23 on Debian 10 (./configure --enable-systemd --with-systemdsystemunitdir=/etc/systemd/system --enable-mixed-linking) When I try a simple "syslog-ng -F", I get the following error: "syslog-ng: error while loading shared libraries: libsyslog-ng-3.23.so.0: cannot open shared object file: No such file or directory" However.... ldconfig -v | fgrep syslog libsyslog-ng-3.23.so.0 -> libsyslog-ng.so And .... # find / -name "libsyslog-ng-3.23.so.0" -print /usr/local/lib/libsyslog-ng-3.23.so.0 Any ideas ??
May not be related but I have seen this before when building syslog-ng on a host that already has syslog-ng installed. Uninstalling syslog-ng and rebuilding made the issue go away. Evan. On 9/14/19 12:05 PM, Laura Smith wrote:
Hi,
I compiled syslog-ng 3.23 on Debian 10 (./configure --enable-systemd --with-systemdsystemunitdir=/etc/systemd/system --enable-mixed-linking)
When I try a simple "syslog-ng -F", I get the following error:
"syslog-ng: error while loading shared libraries: libsyslog-ng-3.23.so.0: cannot open shared object file: No such file or directory"
However....
ldconfig -v | fgrep syslog libsyslog-ng-3.23.so.0 -> libsyslog-ng.so
And .... # find / -name "libsyslog-ng-3.23.so.0" -print /usr/local/lib/libsyslog-ng-3.23.so.0
Any ideas ??
Interesting, but not the case here, Debian 10 comes with rsyslogd (which I uninstalled to make way for syslog-ng). ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Saturday, 14 September 2019 21:06, Evan Rempel <erempel@uvic.ca> wrote:
May not be related but I have seen this before when building syslog-ng on a host that already has syslog-ng installed. Uninstalling syslog-ng and rebuilding made the issue go away.
Evan.
On 9/14/19 12:05 PM, Laura Smith wrote:
Hi, I compiled syslog-ng 3.23 on Debian 10 (./configure --enable-systemd --with-systemdsystemunitdir=/etc/systemd/system --enable-mixed-linking) When I try a simple "syslog-ng -F", I get the following error: "syslog-ng: error while loading shared libraries: libsyslog-ng-3.23.so.0: cannot open shared object file: No such file or directory" However.... ldconfig -v | fgrep syslog libsyslog-ng-3.23.so.0 -> libsyslog-ng.so And ....
find / -name "libsyslog-ng-3.23.so.0" -print
=============================================
/usr/local/lib/libsyslog-ng-3.23.so.0 Any ideas ??
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
I had to ask, but did you run ldconfig ?
participants (3)
-
Evan Rempel
-
Fabien Wernli
-
Laura Smith