Re: NET-SNMP Installation Question_

2020-01-27 Thread Bart Van Assche
On 2020-01-14 10:28, Peck, Ian A wrote: For the NET-SNMP installation is there any prerequisite SW that needs to be installed? For instance do I need visual studio installed before I try to install and use

NET-SNMP Installation Question_

2020-01-27 Thread Peck, Ian A
For the NET-SNMP installation is there any prerequisite SW that needs to be installed? For instance do I need visual studio installed before I try to install and use NET-SNMP? Thank you, Ian Peck NWS Advance System Engineer General Dynamics Mission Systems 100 Plastics Ave, Pittsfield, MA Work

Re: Queries on Net-SNMP Installation

2016-10-05 Thread Pranesh Kulkarni
check snmpd.conf for simple testsing keep rocommmunity public rwcommunitu private then do snmpwalk On Mon, Oct 3, 2016 at 8:59 PM, P, Sangeetha (Nokia - IN/Chennai) < sangeeth...@nokia.com> wrote: > Hi all, > > We are trying to install Net-SNMP on both Linux and Windows > > In Linux

Queries on Net-SNMP Installation

2016-10-05 Thread P, Sangeetha (Nokia - IN/Chennai)
Hi all, We are trying to install Net-SNMP on both Linux and Windows In Linux: 1)Installed Net-SNMP [root@test4 ~]# snmpget --version NET-SNMP version: 5.5 [root@test4 ~]# rpm -qa | grep -i net-snmp net

Re: TR: error in make during net-snmp installation

2012-04-13 Thread Robert Story
On Thu, 12 Apr 2012 13:30:15 +0200 Sako wrote: SY> I want to install net-snmp on an amr processor. SY> When I run the "make" these following errors occur : SY> SY> /opt/crosstool/arm-none-linux-gnueabi/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/../../../../arm-none-linux-gnueabi/bin/ld: SY> mibg

TR: error in make during net-snmp installation

2012-04-12 Thread Sako Youssouf
Hi, I want to install net-snmp on an amr processor. When I run the "make" these following errors occur : /opt/crosstool/arm-none-linux-gnueabi/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/../../../../arm-none-linux-gnueabi/bin/ld: mibgroup/disman/schedule/schedCore.lo: Relocations in generic ELF

Re: net-snmp installation

2008-07-09 Thread Thomas Anders
deka aditia wrote: > I've check, there are no snmpd in there ... Then check the output of "make install" because it *tells* you where it installs snmpd. +Thomas - Sponsored by: SourceForge.net Community Choice Awards: VOTE

Re: net-snmp installation

2008-07-08 Thread deka aditia
On 7/8/08, Dave Shield <[EMAIL PROTECTED]> wrote: > > 2008/7/8 deka aditia <[EMAIL PROTECTED]>: > > Using tarball i've done some instruction like (./configure, make, make > install)... > > > But after that i don't get snmpd program that responsible as an agent. > Where > > is this program located?

Re: net-snmp installation

2008-07-08 Thread Dave Shield
2008/7/8 deka aditia <[EMAIL PROTECTED]>: > Using tarball i've done some instruction like (./configure, make, make > install)... > But after that i don't get snmpd program that responsible as an agent. Where > is this program located? /usr/local/sbin/snmpd Dave --

net-snmp installation

2008-07-07 Thread deka aditia
OK, i don't know where i should start this topic .. here is the story: I need to enhance an agent with some tutorial in http://.net-snmp.org >From what i got in that tutorial, i've to compile my development file (*.c and *.h) with net-snmp source to provide new agent that i want but my OS is al