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
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
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
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
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
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
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
Hi,
I am trying to run net-snmp 5.4 on an embedded mips linux platform. My
development is on an x-86 linux host, and I compile using a cross compiler
called mips-linux-uclibc-gcc-3.3.6
This is what I did:
For NET-SNMP:
1. ./configure --host=x86-linux --target=mips-linux
--with-cc=mips-linux-