Re: How to clean USM config

2017-03-03 Thread Rajmohan Banavi
If you want to delete the existing v3 user list, then you can delete/move/rename the persistent snmpd.conf file (typically in /var/net-snmp/ folder) which contains the hashed list of the users. On Wed, Feb 22, 2017 at 9:03 PM, 徐 勇 wrote: > Hi, > > > I used Net-SNMP in my project, and I found tha

Re: net-snmp make error : cannot find -lperl

2017-01-09 Thread Rajmohan Banavi
This indicates that perl is missing on the system. Depending on the package manager for your system, you can use yum/apt/others to install perl first and then later try to build net-snmp. You could also try to build without perl support but you will lose some utilities ./configure --prefix=/tmp/l

multiple redundant redeclaration of functions

2016-10-20 Thread Rajmohan Banavi
Hi, I am looking to build an app using the libnetsnmp library and observed that there are multiple redundant redeclarations of functions. I have pasted some of them which are output by the compiler. Why are there multiple declarations for the same functions? Is there any way to avoid these warnin