Re: Running Net-SNMP on embedded MIPS platform

2007-07-31 Thread Kapil Sharma
one. Thanks for all your help. -Kapil - Original Message From: Kapil Sharma <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, July 26, 2007 12:05:40 PM Subject: Re: Running Net-SNMP on embedded MIPS platform Thomas Anders suggested that I could exp

Re: Running Net-SNMP on embedded MIPS platform

2007-07-26 Thread Kapil Sharma
Thomas Anders suggested that I could explicitly try to include ucd-snmp/dlmod in the mib modules in configure, and see if it helps. However, while ./configure --host=x86-linux --target=mips-linux --with-cc=mips-linux-gcc --with-ar=mips-linux-ar --with-endianness=big --disable-debugging --enabl

Re: Running Net-SNMP on embedded MIPS platform

2007-07-26 Thread Dave Shield
On 26/07/07, Need Help <[EMAIL PROTECTED]> wrote: > I thought you always had to do a "make install" to generate the true snmpd > master agent executable, otherwise I thought the "snmpd" was just a script. Kapil is installing a subtly different file, which is the actual binary. > I always perform

Re: Running Net-SNMP on embedded MIPS platform

2007-07-26 Thread Need Help
I thought you always had to do a "make install" to generate the true snmpd master agent executable, otherwise I thought the "snmpd" was just a script. I always perform a "make install" and then copy stuff over to the target machine and use it. I use the "--with-install-prefix" option to indi

Re: Running Net-SNMP on embedded MIPS platform

2007-07-25 Thread Kapil Sharma
And this time I tried after keeping in Unix and Callbacks in transports (in configure), and I didn't get the previous error (in bold). # snmpd -V -f -L -Ddlmod -c snmpd.conf udp:161 registered debug token dlmod, 1 getaddrinfo: public Name or service not known snmpd: create_trap_session: snmpd.con

Re: Running Net-SNMP on embedded MIPS platform

2007-07-25 Thread Kapil Sharma
You meant, at the end of the snmpd command line? This is what happened: # snmpd -V -f -L -Ddlmod -c snmpd.conf udp:161 registered debug token dlmod, 1 getaddrinfo: public Name or service not known snmpd: create_trap_session: snmpd.conf: line 71: Error: cannot create trapsink: public snmpd.conf: li

Re: Running Net-SNMP on embedded MIPS platform

2007-07-25 Thread Thomas Anders
Kapil Sharma wrote: > 1. ./configure --host=x86-linux --target=mips-linux > --with-cc=mips-linux-uclibc-gcc-3.3.6 --with-ar=mips-linux-ar > --with-endianness=big --disable-debugging --enable-mini-agent > --without-kmem-usage --disable-mib-loading --disable-applications > --disable-manuals --dis