This is a discussion on Facing "too few arguments to function" error when do "make" on my within the SNMP Users forums, part of the Networking and Network Related category; Hello, I am trying the add my private MIB to Net-Snmp agent. I compiled my MIB with mib2c, and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I am trying the add my private MIB to Net-Snmp agent. I compiled my MIB with mib2c, and then configured my MIB with "--with-mib-module" option, thereafter trying "make" causing "too few arguments to function" error on all the MIB tables, it would great if somebody guide me to get rid of this problem gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -Dlinux -c privateMIB.c -fPIC -DPIC -o .libs/privateMIB.lo privateMIB.c: In function `privPortTable_handler': privateMIB.c:1375: error: too few arguments to function `privPortTable_create_data_context' privateMIB.c: In function `privGwTable_handler': privateMIB.c:2126: error: too few arguments to function `privGwTable_create_data_context' Thanks much, Balamurugan __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------------------------- 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=...057&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/...net-snmp-users |