You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the package 'rsyslog' using 'yum install rsyslog' on CentOS 7.5
Create a configuration file loading the module 'mmpstrucdata'
module(load="mmpstrucdata")
Restart rsyslog
service rsyslog restart
In logs, rsyslog will throw errors
Feb 19 01:26:49 localhost rsyslogd: could not load module '/usr/lib64/rsyslog/mmpstrucdata.so', dlopen: /usr/lib64/rsyslog/mmpstrucdata.so: cannot open shared object file: No such file or directory [v8.24.0 try http://www.rsyslog.com/e/2066 ]
Environment
rsyslog version:
[root@test ~]# rsyslogd -v
rsyslogd 8.24.0-57.el7_9, compiled with:
PLATFORM: x86_64-redhat-linux-gnu
PLATFORM (lsb_release -d):
FEATURE_REGEXP: Yes
GSSAPI Kerberos 5 support: Yes
FEATURE_DEBUG (debug build, slow code): No
32bit Atomic operations supported: Yes
64bit Atomic operations supported: Yes
memory allocator: system default
Runtime Instrumentation (slow code): No
uuid support: Yes
Number of Bits in RainerScript integers: 64
See http://www.rsyslog.com for more information.
platform: CentOS 7.5
Linux test 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
for configuration questions/issues, include rsyslog.conf and included config files
The text was updated successfully, but these errors were encountered:
Expected behavior
RPM package should have mmpstrucdata.so installed on /usr/lib64/rsyslog/mmpstrucdata.so in CentOS 7.5
Actual behavior
After installation of the rpm package 'rsyslog-8.24.0-57.el7_9.x86_64', the library is not found.
Steps to reproduce the behavior
Environment
The text was updated successfully, but these errors were encountered: