HewlettPackard / nagios-plugins-hpilo

Nagios plug-in for iLO Agentless Management
Other
27 stars 11 forks source link

checking for snmp_sess_init in -lsnmp... no #7

Open wutzkachel opened 4 years ago

wutzkachel commented 4 years ago

It seems to be that something changed in the net-snmp package. you can check the library with:

net-snmp-config --libs -Wl,-z,relro -Wl,-z,now -L/usr/lib64 -lnetsnmp -lssl -lssl -lcrypto -lm

-lsnmp does not occur. When you change -lsnmp with -lnetsnmp in the configure script everything works fine.

rpm -qa net-snmp net-snmp-5.7.2-43.el7.x86_64 cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core)