RE: Missing configure file for net-snmp_5.0.9-SunOS_5.8_sun4u.tar

2005-12-09 Thread Bruce Shaw
That download is a binary intended for immediate use. "configure" is used in a compilation environment. You need to download the original source to do that. Incidentally, I'm planning to release net-snmp-5.2.2 binaries in the next few days. You might want to give them a try (however it looks li

SNMP for dummies - Plethora of questions

2005-12-09 Thread Jim M. Themis
I have been thrown from the frying pan into the fire.  Due to a recent reduction in force, I have been tasked to pick up our SNMP work which I have no background or experience with.  Initially it was done my a subcontractor for RedHat 9 (which worked fine).  We have now moved to Monta Vista

question on TRAP-TYPE MACRO in private MIB.

2005-12-09 Thread Ramji Chandramouli
Hi, My question is to with the VARIABLES clause in a TRAP-TYPE MACRO. I would like to be able to do the following in my MIB. myTrapTypeObject TRAP-TYPE     ENTERPRISE myEnterprise     VARIABLES { privateTable }     DESCRIPTION     "my trap type object"     ::= 7 In the VARIABLES clause,

Missing configure file for net-snmp_5.0.9-SunOS_5.8_sun4u.tar

2005-12-09 Thread Michael Goodman
I am new to net-snmp, and I hope I am not asking a really stupid question; if so I sincerely apologize. I have recently downloaded net-snmp_5.0.9-SunOS_5.8_sun4u.tar to my E450 Solaris 9 server; I untarred successfully and the files appear to be in their proper places; however I cannot seem to find

Re: How to cross compile NET-SNMP

2005-12-09 Thread Hector Oron
Thanks for your answer. I have tried ELDK net-snmp binaries, i have added all missing shared libs, and i get: / # snmpd -H snmpd: error in loading shared libraries /lib/libm.so.6: undefined symbol: __sim_disabled_exceptions BTW, snmpd ask for libcrypto.so.0.9.8, but ELDK distributes libcrypto.so

Re: building the SNMP & NetSNMP modules.

2005-12-09 Thread Dave Shield
On Fri, 2005-12-09 at 10:12 -0500, Dave Littrell wrote: > Good point. Unfortunately, I did the make install and just forgot to > include it here. Hmmm OK - what other things should you check? You don't show any of the commands used to build either the main libraries, or the perl modules, bu

Re: building the SNMP & NetSNMP modules.

2005-12-09 Thread Dave Littrell
Good point. Unfortunately, I did the make install and just forgot to include it here. The output looks unremarkable, take a look at http://pastebin.com/455494On 12/9/05, Dave Shield <[EMAIL PROTECTED] > wrote:On Thu, 2005-12-08 at 15:56 -0500, Dave Littrell wrote:> What I have here is a problem co

Tru64 ver 5.1B error compiling net-snmp ver 5.2.2

2005-12-09 Thread yayo
    Dec 7, 2005 19:36:52 GMT    Hi, I'm installing net-snmp ver 5.2.2 on Tru64 ver 5.1B. Using the following procedure: #CC=cc ./configure --with-out-mib-modules= "mibII/tcpTable mibII/udpTable" or

Re: SET request

2005-12-09 Thread Dave Shield
On Wed, 2005-12-07 at 06:47 -0800, manik chopra wrote: > i want to set myTableObject2. but to do that i have to specify > a value of an object which comes prior to this object > i.e.MY-MIB::myTableObject1 = eth0. OK - there seems to be a misunderstanding about how to refer to MIB instances, which

PDU error code

2005-12-09 Thread Jim Su
Hi Greeting: In the snmp.h file there is error code (listed in the following). I would like to find out if it's possible from the error code returned from the snmp_sess_synch_response() to tell the target device is DEFINITELY not reachable. For example, to poll the interfaces on the remote

Re: Linking error

2005-12-09 Thread Dave Shield
On Thu, 2005-12-08 at 19:57 -0800, Ganesh Wagh wrote: > Now i am having other problem that i written C program > using net-snmp funtions like snmp_session etc. > I am getting linking error > collect2: ld return with exist error 1 > > i am compiling my program like this > gcc myprog.c -l /usr/loca

Re: building the SNMP & NetSNMP modules.

2005-12-09 Thread Dave Shield
On Thu, 2005-12-08 at 15:56 -0500, Dave Littrell wrote: > What I have here is a problem compiling the perl modules for net-snmp > 5.2.2. I'm very much hoping that I've overlooked something obvious, I think so, yes. > [EMAIL PROTECTED] net-snmp-5.2.2]# ./configure > (...snip...) > [EMAIL PRO

Re: How to cross compile NET-SNMP

2005-12-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I've been trying to cross-compile net-snmp for ppc over i386. I have build > a script with some of the options that we should select. I'm able to > generate my binary file, but when i start snmpd agent it doesn't work as I > expect. We have SNMP incl