Ravi-
I'm not the project lead, but I've done this a couple
of times. This is probably the best you're going to
be able to do for Net-SNMP. (You'll need to replace
all the ***** with the settings appropriate for your
system.)
$ ./configure \
--build=***** \
--host=***** \
--with-endianness=***** \
--disable-applications \
--disable-manuals \
--disable-mib-loading \
--disable-mibs \
--disable-scripts \
--enable-mini-agent \
--with-enterprise-oid=***** \
--with-enterprise-sysoid=***** \
--with-enterprise-notification-oid=***** \
--with-mib-modules="mibII/interfaces mibII/ip mibII/tcp mibII/udp"
$ make
$ make INSTALL_PREFIX="/your/install/path" install
Appropriate values for the --build and --host options
can usually be found by running the config.guess
script that comes with Net-SNMP on the embedded
system and compile system respectively. If you don't
have a shell on your embedded system, you're pretty
much on your own.
Optionally, you may want some of the following:
--with-out-mib-modules="agentx utilities/execute"
--without-kmem-usage
--disable-debugging
I don't recommend turning off the debugging code until
you're done with development (if at all) because it is so
helpful in tracking down problems.
Of course, the maintainers are likely to provide some other
suggestions....
Once they're done, perhaps this can be added to the FAQ?
ben
On 17. Nov, 2004, at 12:46 PM, Ravi Jagannathan wrote:
Wes Hardaker or the current project lead:
�
����� Is there an embedded version of the SNMP available, that takes
care of memory constraints?
Ravi.
�
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Net-snmp-coders mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders