On 09/08/06, Boris von Alten Blaskowitz <[EMAIL PROTECTED]> wrote:
> I have a big mib-file with all kind of types(table, int, ...) and like
> to make only one SO-library with all handlers inside. Is this possible
> in general?

Yes.

>          Is there one mib2c configfile what I can use?

No.

> Or do I have to call mib2c for each note?

For each _group_ of nodes - yes.
The usual approach would be to run mib2c on each table separately, and
then again for all the scalar objects.  (Though some of these might
fit better within one or other of the table
handler files.)

Note that you can always link several .o object files into a single .so library.
Depending on the mib2c template you use, it might even be possible to
merge the output of mib2c into a single code file.  But it's probably
clearer to keep them separate, and just link everything together into
the one library.

Dave

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to