Buggy SNMP on Centos ?

Issues related to applications and software problems
Post Reply
neradp
Posts: 3
Joined: 2018/04/19 00:07:17

Buggy SNMP on Centos ?

Post by neradp » 2018/04/19 00:14:04

Hi have anybody compiled rpm SNMP packages for centos ?

I have latest packages instaled from official repository..but i cant use it :(

Can't load '/usr/lib64/perl5/vendor_perl/auto/NetSNMP/TrapReceiver/TrapReceiver.so' for module NetSNMP::TrapReceiver: /lib64/libnetsnmptrapd.so.31: undefined symbol: my_progname at /usr/lib64/perl5/DynaLoader.pm line 190.

This compilation failure is known some time already, but there is no fix on official repo :(

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Buggy SNMP on Centos ?

Post by avij » 2018/04/19 01:29:12

Please run rpm -qif /lib64/libnetsnmptrapd.so.31 and report back the results.

neradp
Posts: 3
Joined: 2018/04/19 00:07:17

Re: Buggy SNMP on Centos ?

Post by neradp » 2018/04/19 05:04:05

Name : net-snmp-agent-libs
Epoch : 1
Version : 5.7.2
Release : 28.el7_4.1
Architecture: x86_64
Install Date: Thu 19 Apr 2018 01:57:21 AM CEST
Group : Development/Libraries
Size : 2156072
License : BSD
Signature : RSA/SHA256, Thu 25 Jan 2018 11:56:42 PM CET, Key ID 24c6a8a7f4a80eb5
Source RPM : net-snmp-5.7.2-28.el7_4.1.src.rpm
Build Date : Thu 25 Jan 2018 04:59:52 PM CET
Build Host : x86_64_01.bsys.centos.org
Relocations : (not relocatable)
Packager : CentOS BuildSystem <http://bugs.centos.org>
Vendor : CentOS
URL : http://net-snmp.sourceforge.net/
Summary : The NET-SNMP runtime agent libraries
Description :
The net-snmp-agent-libs package contains the runtime agent libraries for shared
binaries and applications.

neradp
Posts: 3
Joined: 2018/04/19 00:07:17

Re: Buggy SNMP on Centos ?

Post by neradp » 2018/04/19 05:10:00

Look at: https://bugzilla.redhat.com/show_bug.cgi?id=1468084

There is a temporary fix for this: LD_PRELOAD=/usr/lib64/mysql/libmysqlclient.so.18

Post Reply