> Strange.  If I change the configure to:
>    configure --with-mib-modules="host/hr_device host/hr_disk 
>                host/hr_network host/hr_system" --with-libwrap
> 
> (only dropping the 'host/hr_storage' option, the errors go away).
> There must be some dependency between the storage tables and the
> filesystem tables.

Yes - there is.
The various filesystems are included as some (most!) of the logical
storage systems reported by the hrStorageTable.   So the hr_storage
code module relies on routines in the hr_filesys module to provide
that information.
   There probably ought to be an explicit 'config_require()' in
hr_storage.h to ensure this is picked up.


But what we really need to do (and I believe Bruce may have made a
start on), is to split the data acquisition and the MIB interface
into separate code files, so that both hr_filesys and hr_storage
(and the UCD/N-S specific tables) can all use the same underlying
data, but only including the MIB tables that are specifically wanted.



Dave



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to