On Wed, 26 Jan 2005 23:45:54 -0800 [EMAIL PROTECTED] wrote:
WC> First, why is it that the headers files produced via MFD
WC> mediated MIB compilation are not found during the build
WC> process?  Here is a relevant extract from build messaging:
WC> 
WC> gcc -I../../include -I. -I../../agent -I../../agent/mibgroup
WC> -I../../snmplib -g-O2 -Dlinux -c dot11StationConfigTable_interface.c  -fPIC
WC> -DPIC -o.libs/dot11StationConfigTable_interface.lo
WC> In file included from dot11StationConfigTable_interface.c:12:
WC> dot11StationConfigTable.h:34:42: dot11StationConfigTable_oids.h: No such
WC> file or directory

Where did you put the files, and how did you configure them into the
agent?

The two choices for where you put the files are:

1) copy all files into the mibgroup directory
   - configure with --with-mib-modules=myTable

2) copy them to a subdirectory
   - update config_require macros in myTable.h with directory prefix
     eg config_require(prefix/myTable_interface)
   - configure with --with-mib-modules=prefix/myTable

-- 
Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>  
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
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