Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPM package missing mmpstrucdata.so #4540

Closed
iprashantjain opened this issue Feb 19, 2021 · 1 comment
Closed

RPM package missing mmpstrucdata.so #4540

iprashantjain opened this issue Feb 19, 2021 · 1 comment

Comments

@iprashantjain
Copy link

iprashantjain commented Feb 19, 2021

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.

[root@test ~]# rpm -ql rsyslog-8.24.0-57.el7_9.x86_64 | grep mmpstrucdata | wc -l
0

Steps to reproduce the behavior

  • 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
@iprashantjain
Copy link
Author

The issue is better suited for pkg of rpm instead of the source of rsyslog.

Moving to: rsyslog/rsyslog-pkg-rhel-centos#94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant