Embedded linux flavours and support of net-snmp

2005-12-06 Thread Rajmohan
  Hi,   I have gone through the Net-SNMP FAQ but it specifies broadly as “net-snmp supports linux OS”, but I need to specifically know about how many different embedded Linux flavors net-snmp supports or reported to be running.   This is quite urgent and quick information is greatly a

RE: Embedded linux flavours and support of net-snmp

2005-12-13 Thread Rajmohan
Thanks very much. -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 10:07 PM To: Rajmohan Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Embedded linux flavours and support of net-snmp On Wed, 2005-12-07 at 10:36 +0530, Rajmohan

multiple redundant redeclaration of functions

2016-10-20 Thread Rajmohan Banavi
warnings (say by disabling UCD)? Thanks, Rajmohan ../../../net-snmp/include/net-snmp/net-snmp-includes.h:54:5: error: "HAVE_DMALLOC_H" is not defined [-Werror=undef] #if HAVE_DMALLOC_H ^ In file included from ../../../net-snmp/include/net-snmp/output_api.h:151:0,

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

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