Re: perl patches

2006-06-30 Thread Thomas Anders
Wes Hardaker wrote: > The following is a patch to the perl build process. The question is, > does it go in before 5.3.1 so it's in 5.3.1, or after 5.3.1 but before > publishing to CPAN? It has been committed already which I'm fine with, at least after the env var for the override had been changed

Re: regarding mib2c

2006-06-30 Thread Wes Hardaker
> On Fri, 30 Jun 2006 14:18:56 +0530, "Siva Prakash Reddy G" <[EMAIL > PROTECTED]> said: Siva> when i'm trying excute the command "mib2c -c mib2c.scalar.conf ieee802dot11", it is displaying the message. Siva> bash: mib2c : command not found, what could be the problem Siva> if any body

someone is going to be mad at me; I'm sure of it.

2006-06-30 Thread Wes Hardaker
So I ran into enough conflicts I decided to do a few things to clean up the build process. But because of how things had to happen I had to update multiple branches at once or else it wouldn't work out. Things sort of snow-balled. First, the CPAN changes require new versioning, per previous

perl patches

2006-06-30 Thread Wes Hardaker
The following is a patch to the perl build process. The question is, does it go in before 5.3.1 so it's in 5.3.1, or after 5.3.1 but before publishing to CPAN? -- Wes Hardaker Sparta, Inc. Index: Makefile.subs.pl === RCS file: /cvs

Re: Windows oddities

2006-06-30 Thread Dave Shield
Alex Burger wrote: Can you send me a patch so I can test it with MSVC? If it works with MSVC and MinGW and it fixes Cygwin then I see no reason not to apply your changes. Attached BTW, when did you install Cygwin? Monday or Tuesday this week Dave Index: configure ===

Re: Windows oddities

2006-06-30 Thread Alex Burger
Dave Shield wrote: > Dave Shield wrote: > >> While testing the udpTable fixes under MinGW and Cygwin, I came across >> a couple of further problems, as follows: >> > [snip] > >> I'm sure there was another problem, but it escapes me >> > Found it. > Compiling the new 'snmpnetstat' utility un

Frequent system calls in 5.3.1.pre3

2006-06-30 Thread santhosh.sundarasamy
Title: Frequent system calls in 5.3.1.pre3 Hi     I had run snmpd 5.3.1.pre3 on fedora Linux with strace, it is frequently makes lot of system calls.     I suspect that it is because of the disman MIB default configuration, even after removing the disman MIB support ( by –with-out-

MAIN read_config.c compile errors

2006-06-30 Thread Thomas Anders
-Coders, with some platforms/compilers CVS MAIN fails to compile snmplib/read_config.c: AIX4 w/ xlc: "/home/anders/src/net-snmp-5.4cvs/snmplib/read_config.c", line 1982.23: 1506-068 (S) Operation between types "unsigned int" and "unsigned int*" is not allowed. IRIX6.5 w/ c99: cc-1515 c99: ERROR

regarding mib2c

2006-06-30 Thread Siva Prakash Reddy G
Title: regarding mib2c Hi!    when i'm trying excute the command "mib2c -c mib2c.scalar.conf ieee802dot11", it is displaying the message.     bash: mib2c : command not found, what could be the problem     if any body faced same problem please send me the solution With Regard