Open wutzkachel opened 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)
It seems to be that something changed in the net-snmp package. you can check the library with:
-lsnmp does not occur. When you change -lsnmp with -lnetsnmp in the configure script everything works fine.