Re: WRB - MFD compilation problems.

2005-01-31 Thread Robert Story
On Sat, 29 Jan 2005 01:00:43 -0800 [EMAIL PROTECTED] wrote: WC WC configure: error: mib module dot11/mfd/dot11StationConfigTable requires WC moduledot11StationConfigTable_interface but WC dot11StationConfigTable_interface.h or dot11StationConfigTable_interface.c WC could not be found in

Re: WRB - MFD compilation problems.

2005-01-31 Thread Robert Story
On Sun, 30 Jan 2005 01:04:39 -0800 [EMAIL PROTECTED] wrote: WC I took the code of the routine init_mib_modules() and copied it to WC the file snmpd.c, placing it just ahead of the function main(). I WC actually kept it with the modified name of init_mib_modules_wrb(). WC Then made the daemon

WRB - MFD compilation problems.

2005-01-30 Thread wrb
Robert (and all the other core developers): I have worked with the files ./agent/mib_modules.c ./agent/mibgroup/mib_module_inits.h ./agent/snmpd.c to include printf() and DEBUGMSGTL(()) statements, only to find, much to my chagrin, that those changes that are made to the routines should_init()

WRB - MFD compilation problems.

2005-01-30 Thread wrb
Robert (and the rest of the core developers): I took the code of the routine init_mib_modules() and copied it to the file snmpd.c, placing it just ahead of the function main(). I actually kept it with the modified name of init_mib_modules_wrb(). Then made the daemon anew, and executed it. The

WRB - MFD compilation problems.

2005-01-29 Thread wrb
Robert: I have some more information regarding this problem. First, I am using RH 9.0, Net-SNMP 5.2.1 installed in the /root/net-snmp-5.2.1 directory, with the mib2c-derived code for the 802.11 MIB in the directory ./agent/mibgroup/dot11/mfd (this time I have not deleted the .m2d files), and am

WRB - MFD compilation problems.

2005-01-29 Thread wrb
Robert: I have some more commentary on the MFD compilation. You will note that this email is a follow-up to the most previous message, sent within the previous two hours. When I compile the daemon, using the configuration (noted here and in the above mentioned previous posting) ./configure

WRB - MFD compilation problems.

2005-01-29 Thread William R. Buckley
Robert: Last set of input on this problem. I did add the prefix to the config_require macros, so they now look as /* * other required module components */ /* *INDENT-OFF* */ config_require(dot11/mfd/dot11StationConfigTable_interface);

Re: Undeliverable: WRB - MFD compilation problems.

2005-01-29 Thread wrb
: Saturday, January 29, 2005 1:48 AM Subject: Fwd: Undeliverable: WRB - MFD compilation problems. Fix your system! William R. Buckley President SoftNerd, A California Corporation Director Emeritus, International Core Wars Society [EMAIL PROTECTED] 415-240-6107 William R. Buckley President

RE: WRB - MFD compilation problems.

2005-01-28 Thread William R. Buckley
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Story Sent: Thursday, January 27, 2005 4:14 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; NetSNMPUsers Subject: Re: WRB - MFD compilation problems. On Wed, 26 Jan 2005 23:45:54 -0800 [EMAIL PROTECTED] wrote: WC First, why

WRB - MFD compilation problems.

2005-01-27 Thread wrb
Robert: I have worked to get the dot11StationConfigTable linked into the Net-SNMP daemon, with some interesting errors observed. First, why is it that the headers files produced via MFD mediated MIB compilation are not found during the build process? Here is a relevant extract from build